Skip to content

Commit 8495593

Browse files
authored
chore: remove unused linting rule exceptions (#3764)
1 parent c677d27 commit 8495593

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

.eslintrc.js

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,7 @@ module.exports = {
1414
'max-statements': 0,
1515
'no-param-reassign': 0,
1616
'no-process-exit': 0,
17-
'fp/no-class': 0,
18-
'fp/no-delete': 0,
19-
'fp/no-get-set': 0,
20-
'fp/no-let': 0,
2117
'fp/no-loops': 'error',
22-
'fp/no-mutating-assign': 0,
23-
'fp/no-mutating-methods': 0,
24-
'fp/no-mutation': 0,
25-
'fp/no-this': 0,
2618
'import/max-dependencies': 0,
2719
'node/no-sync': 0,
2820
'sort-destructure-keys/sort-destructure-keys': 2,
@@ -45,15 +37,10 @@ module.exports = {
4537
},
4638
rules: {
4739
complexity: 0,
48-
'fp/no-class': 0,
49-
'fp/no-let': 0,
5040
'fp/no-this': 0,
51-
'fp/no-mutation': 0,
5241
'import/extensions': [2, 'always'],
53-
'node/no-unsupported-features/es-syntax': 0,
5442
'unicorn/consistent-destructuring': 0,
5543
'max-lines': 0,
56-
'array-callback-return': ['error', { checkForEach: true }],
5744
},
5845
},
5946
// Example functions

0 commit comments

Comments
 (0)