Skip to content

Commit

Permalink
fix: add "length" to restricted globals
Browse files Browse the repository at this point in the history
  • Loading branch information
targos authored Mar 19, 2024
1 parent f98343d commit 4b8aeb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions base.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ module.exports = {
'event',
'name',
'status',
'length',
],
'react-hooks/rules-of-hooks': 'error',
'react-hooks/exhaustive-deps': 'error',
Expand Down

0 comments on commit 4b8aeb2

Please sign in to comment.