@@ -10,8 +10,6 @@ module.exports = {
1010
1111 extends : [
1212 'eslint:recommended' ,
13- 'plugin:import/errors' ,
14- 'plugin:import/typescript' ,
1513 'plugin:jsx-a11y/strict' ,
1614 'plugin:react/recommended' ,
1715 'plugin:react-hooks/recommended' ,
@@ -39,10 +37,6 @@ module.exports = {
3937 '**/__tests__/*' ,
4038 ] ,
4139 rules : {
42- 'import/no-extraneous-dependencies' : [
43- 'error' ,
44- { devDependencies : true } ,
45- ] ,
4640 '@typescript-eslint/no-unsafe-assignment' : 'off' ,
4741 '@typescript-eslint/no-unsafe-call' : 'off' ,
4842 '@typescript-eslint/no-unsafe-member-access' : 'off' ,
@@ -71,7 +65,6 @@ module.exports = {
7165 ] ,
7266
7367 plugins : [
74- 'import' ,
7568 'jest' ,
7669 'jsx-a11y' ,
7770 'no-only-tests' ,
@@ -123,11 +116,7 @@ module.exports = {
123116 'default-case' : 'off' ,
124117 'func-names' : 'off' ,
125118 'global-require' : 'off' ,
126- 'import/export' : 'off' ,
127- 'import/extensions' : 'off' ,
128- 'import/no-default-export' : 'off' ,
129- 'import/no-unresolved' : 'off' ,
130- 'import/prefer-default-export' : 'off' ,
119+
131120 'lines-between-class-members' : 'off' ,
132121 'max-classes-per-file' : 'off' ,
133122 'no-bitwise' : 'off' ,
0 commit comments