Skip to content

Commit

Permalink
fix: add "status" to no-restricted-globals rule
Browse files Browse the repository at this point in the history
  • Loading branch information
targos committed Jun 22, 2022
1 parent ce0a56a commit 5834d7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base.js
Expand Up @@ -21,7 +21,7 @@ module.exports = {
{ files: ['*.jsx'] },
],
rules: {
'no-restricted-globals': ['error', 'close', 'open', 'event', 'name'],
'no-restricted-globals': ['error', 'close', 'open', 'event', 'name', 'status'],
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'error',

Expand Down

0 comments on commit 5834d7b

Please sign in to comment.