Skip to content

Commit

Permalink
Add eslint rule no-shadow
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanberckmans committed Oct 11, 2023
1 parent 7d4379a commit 054a57e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-app/.eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ module.exports = {
"additionalHooks": "useEffectSkipFirst*",
},
],
"no-shadow": [
"error",
],
"eqeqeq": [
"error",
],
Expand Down

0 comments on commit 054a57e

Please sign in to comment.