Skip to content

Commit

Permalink
add no-redeclare,
Browse files Browse the repository at this point in the history
  • Loading branch information
ryota-murakami committed May 15, 2023
1 parent ee8974d commit 7899a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {
],
'no-alert': 'error',
'no-console': 'error',
'no-const-assign': 'error',
'no-redeclare': 'error,',
'no-constant-binary-expression': 'error',
'no-constant-condition': 'error',
'no-dupe-keys': 'error',
Expand Down

0 comments on commit 7899a49

Please sign in to comment.