Skip to content

Commit

Permalink
fix no-shadow-restricted-names
Browse files Browse the repository at this point in the history
  • Loading branch information
mvorisek committed Dec 13, 2022
1 parent d45aae9 commit 55250c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -117,10 +117,8 @@ module.exports = {
eqeqeq: 'off', // about 300 errors to be fixed manually
'global-require': 'off', // about 30 errors to be fixed manually
'no-shadow': 'off', // about 220 errors to be fixed manually
'no-shadow-restricted-names': 'off', // TODO https://github.com/fomantic/Fomantic-UI/pull/2604
'prefer-arrow-callback': 'off', // about 350 errors (all autofixable)

// TODO
'no-shadow-restricted-names': 'off',
},
reportUnusedDisableDirectives: true,
globals: {
Expand Down

0 comments on commit 55250c8

Please sign in to comment.