Skip to content

Commit

Permalink
chore: add no-shadow eslint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Dec 13, 2024
1 parent 12f16b5 commit eaa4618
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export default [
rules: {
curly: 'error',
'no-console': 'off',
'no-shadow': 'error',
'unicorn/no-negated-condition': 'off',
'unicorn/no-null': 'off',
'unicorn/prefer-type-error': 'off',
Expand Down

0 comments on commit eaa4618

Please sign in to comment.