@@ -41,28 +41,10 @@ module.exports = {
41
41
} ] ,
42
42
43
43
// Disabled rules from presets
44
- 'object-curly-newline' : 'off' ,
45
- 'implicit-arrow-linebreak' : 'off' ,
46
- 'no-restricted-globals' : 'off' ,
47
- 'default-case' : 'off' ,
48
- 'import/no-cycle' : 'off' ,
49
- 'import/prefer-default-export' : 'off' ,
50
- 'import/no-extraneous-dependencies' : 'off' ,
51
- 'react/display-name' : [ 'off' , { ignoreTranspilerName : false } ] ,
52
- 'react/react-in-jsx-scope' : 'off' ,
44
+ 'react/display-name' : [ 'off' , { 'ignoreTranspilerName' : false } ] ,
53
45
'react/prop-types' : 'off' ,
54
- 'react/require-default-props' : 'off' ,
55
- 'react/no-unused-prop-types' : 'off' ,
56
- 'react/function-component-definition' : 'off' ,
57
- 'react/no-array-index-key' : 'off' ,
58
- 'react/no-unstable-nested-components' : 'off' ,
59
- 'react/jsx-one-expression-per-line' : 'off' ,
60
- 'react/jsx-props-no-spreading' : 'off' ,
61
- 'react/jsx-no-useless-fragment' : 'off' ,
62
- '@typescript-eslint/no-unused-expressions' : 'off' ,
63
46
'@typescript-eslint/ban-types' : 'off' ,
64
- '@typescript-eslint/no-explicit-any' : 'off' ,
65
- '@typescript-eslint/lines-between-class-members' : 'off'
47
+ '@typescript-eslint/no-explicit-any' : 'off'
66
48
} ,
67
49
overrides : [
68
50
{
0 commit comments