File tree 3 files changed +122
-174
lines changed
3 files changed +122
-174
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default [
28
28
} ,
29
29
rules : {
30
30
// `import/default`, `import/namespace` and `import/no-duplicates` are slow.
31
+ '@typescript-eslint/no-var-requires' : 0 ,
31
32
curly : 2 ,
32
33
'import/default' : 0 ,
33
34
'import/named' : 0 ,
Original file line number Diff line number Diff line change 58
58
"babel-plugin-module-resolver" : " ^5.0.0" ,
59
59
"babel-plugin-root-import" : " ^6.6.0" ,
60
60
"dotenv" : " ^16.3.1" ,
61
- "eslint" : " ^9.12 .0" ,
61
+ "eslint" : " ^8.56 .0" ,
62
62
"eslint-plugin-import" : " ^2.31.0" ,
63
63
"eslint-plugin-jest" : " ^28.8.3" ,
64
64
"eslint-plugin-no-instanceof" : " ^1.0.1" ,
76
76
"reactotron-react-native-mmkv" : " ^0.2.7" ,
77
77
"reactotron-react-query" : " ^1.0.4" ,
78
78
"typescript" : " 5.6.3" ,
79
- "typescript-eslint" : " ^8.8 .1"
79
+ "typescript-eslint" : " ^7.1 .1"
80
80
},
81
81
"engines" : {
82
82
"node" : " >=18"
You can’t perform that action at this time.
0 commit comments