Skip to content

Commit a847ba0

Browse files
committed
Remove rule overwrites that are no longer needed
1 parent 4891ecb commit a847ba0

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

index.js

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -41,28 +41,10 @@ module.exports = {
4141
}],
4242

4343
// 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 }],
5345
'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',
6346
'@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'
6648
},
6749
overrides: [
6850
{

0 commit comments

Comments
 (0)