Skip to content

Commit

Permalink
chore: remove unused linting rule exceptions (#3764)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Dec 3, 2021
1 parent c677d27 commit 8495593
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,7 @@ module.exports = {
'max-statements': 0,
'no-param-reassign': 0,
'no-process-exit': 0,
'fp/no-class': 0,
'fp/no-delete': 0,
'fp/no-get-set': 0,
'fp/no-let': 0,
'fp/no-loops': 'error',
'fp/no-mutating-assign': 0,
'fp/no-mutating-methods': 0,
'fp/no-mutation': 0,
'fp/no-this': 0,
'import/max-dependencies': 0,
'node/no-sync': 0,
'sort-destructure-keys/sort-destructure-keys': 2,
Expand All @@ -45,15 +37,10 @@ module.exports = {
},
rules: {
complexity: 0,
'fp/no-class': 0,
'fp/no-let': 0,
'fp/no-this': 0,
'fp/no-mutation': 0,
'import/extensions': [2, 'always'],
'node/no-unsupported-features/es-syntax': 0,
'unicorn/consistent-destructuring': 0,
'max-lines': 0,
'array-callback-return': ['error', { checkForEach: true }],
},
},
// Example functions
Expand Down

1 comment on commit 8495593

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

📊 Benchmark results

Package size: 363 MB

Please sign in to comment.