File tree 6 files changed +275
-395
lines changed
eslint-config-react-native
eslint-plugin-react-native
6 files changed +275
-395
lines changed Original file line number Diff line number Diff line change 8
8
"@nrwl/jest" : " 14.4.0" ,
9
9
"@nrwl/js" : " 14.4.0" ,
10
10
"@nrwl/linter" : " 14.4.0" ,
11
- "@nrwl/react-native" : " ^ 14.4.0" ,
11
+ "@nrwl/react-native" : " 14.4.0" ,
12
12
"@nrwl/web" : " 14.4.0" ,
13
13
"@nrwl/workspace" : " 14.4.0" ,
14
14
"@types/jest" : " 27.4.1" ,
15
15
"@types/node" : " 16.11.7" ,
16
- "@typescript-eslint/eslint-plugin" : " ^ 5.29.0" ,
17
- "@typescript-eslint/parser" : " ^ 5.29.0" ,
18
- "@typescript-eslint/types" : " ^ 5.29.0" ,
19
- "@typescript-eslint/utils" : " ^ 5.29.0" ,
20
- "eslint" : " ~ 8.15.0" ,
16
+ "@typescript-eslint/eslint-plugin" : " 5.29.0" ,
17
+ "@typescript-eslint/parser" : " 5.29.0" ,
18
+ "@typescript-eslint/types" : " 5.29.0" ,
19
+ "@typescript-eslint/utils" : " 5.29.0" ,
20
+ "eslint" : " 8.15.0" ,
21
21
"eslint-config-prettier" : " 8.1.0" ,
22
22
"jest" : " 27.5.1" ,
23
23
"metro" : " 0.71.1" ,
24
24
"metro-babel-register" : " 0.71.1" ,
25
25
"nx" : " 14.4.0" ,
26
26
"ts-jest" : " 27.1.4" ,
27
- "ts-node" : " ~ 10.8.0" ,
28
- "typescript" : " ~ 4.7.2"
27
+ "ts-node" : " 10.8.0" ,
28
+ "typescript" : " 4.7.2"
29
29
},
30
30
"dependencies" : {
31
31
"tslib" : " ^2.3.0"
Original file line number Diff line number Diff line change 39
39
"homepage" : " https://github.com/GetLuko/eslint-config-react-native" ,
40
40
"devDependencies" : {
41
41
"@types/node" : " 17.0.21" ,
42
- "babel-eslint" : " ^ 10.1.0" ,
43
- "eslint" : " ^ 7.32.0 || ^ 8.2.0" ,
44
- "eslint-plugin-import" : " ^ 2.26.0" ,
45
- "eslint-plugin-jsx-a11y" : " ^ 6.5.1" ,
46
- "eslint-plugin-react" : " ^ 7.30.0" ,
47
- "eslint-plugin-react-hooks" : " ^ 4.5.0" ,
42
+ "babel-eslint" : " 10.1.0" ,
43
+ "eslint" : " 7.32.0 || 8.2.0" ,
44
+ "eslint-plugin-import" : " 2.26.0" ,
45
+ "eslint-plugin-jsx-a11y" : " 6.5.1" ,
46
+ "eslint-plugin-react" : " 7.30.0" ,
47
+ "eslint-plugin-react-hooks" : " 4.5.0" ,
48
48
"jest" : " 27.5.1" ,
49
49
"rimraf" : " 3.0.2" ,
50
50
"ts-jest" : " 27.1.3" ,
51
51
"typescript" : " 4.6.2" ,
52
52
"react" : " >= 0.13.0" ,
53
- "@getluko/eslint-plugin-react-native" : " ^ 0.0.3"
53
+ "@getluko/eslint-plugin-react-native" : " 0.0.3"
54
54
},
55
55
"peerDependencies" : {
56
56
"eslint" : " ^7.32.0 || ^8.2.0" ,
You can’t perform that action at this time.
0 commit comments