Skip to content

Commit

Permalink
eslint js no shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
kubikowski committed Jun 9, 2024
1 parent 4cbdec4 commit 2acdd55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
"tab"
],
"max-len": "off",
"no-shadow": "off",
"no-shadow": "error",
"no-var": "error",
"no-void": "error",
"no-undefined": "error",
Expand Down

0 comments on commit 2acdd55

Please sign in to comment.