Skip to content

Commit

Permalink
feat(eslint): enabling unicorn/no-unnecessary-polyfills
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Apr 3, 2024
1 parent 42a3ee9 commit 4957f12
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/eslint-config/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ const config = {
// 'unicorn/no-array-method-this-argument': 'error', // Maybe?
'unicorn/no-instanceof-array': 'error',
'unicorn/no-nested-ternary': 'off', // See also: `no-nested-ternary`
'unicorn/no-unnecessary-polyfills': 'error',
'unicorn/no-unreadable-array-destructuring': 'error',
'unicorn/no-unused-properties': 'error',
'unicorn/no-useless-fallback-in-spread': 'error',
Expand Down

0 comments on commit 4957f12

Please sign in to comment.