@@ -2,7 +2,7 @@ module.exports = {
22 root : true ,
33 extends : "@react-native-community" ,
44 parser : "@typescript-eslint/parser" ,
5- plugins : [ "@typescript-eslint " , "import" ] ,
5+ plugins : [ "import " , "eslint-plugin- import" , "@typescript-eslint "] ,
66 settings : {
77 "import/resolver" : {
88 node : {
@@ -28,7 +28,6 @@ module.exports = {
2828 } ,
2929 } ,
3030 } ,
31- extends : [ "plugin:@typescript-eslint/recommended" , "@react-native-community" ] ,
3231 rules : {
3332 quotes : [
3433 "error" ,
@@ -57,15 +56,13 @@ module.exports = {
5756 "import/prefer-default-export" : 0 ,
5857 "import/no-anonymous-default-export" : 0 ,
5958 "import/named" : 0 ,
59+ "@typescript-eslint/no-empty-interface" : 0 ,
6060 "import/namespace" : 0 ,
6161 "import/default" : 0 ,
62- "import/no-named-as-default-member" : 0 ,
6362 "import/no-named-as-default" : 0 ,
64- "import/no-cycle" : 0 ,
6563 "import/no-unused-modules" : 0 ,
6664 "import/no-deprecated" : 0 ,
6765 "@typescript-eslint/indent" : 0 ,
68- "import/no-anonymous-default-export" : 2 ,
6966 "react-hooks/rules-of-hooks" : 2 ,
7067 "react-hooks/exhaustive-deps" : [
7168 "error" ,
0 commit comments