Skip to content

Commit

Permalink
Merge pull request #41 from reactioncommerce/update-no-shadow-rule
Browse files Browse the repository at this point in the history
feat: update no-shadow rule
  • Loading branch information
vannguyenn authored Jul 12, 2022
2 parents 21edef9 + 5faeeb9 commit c6357e9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion browser-react-ts.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,8 @@ module.exports = {
"no-script-url": "error",
"no-self-compare": "error",
"no-sequences": "error",
"no-shadow": "error",
"no-shadow": "off",
"@typescript-eslint/no-shadow": "error",
"no-shadow-restricted-names": "error",
"no-spaced-func": "error",
"no-sparse-arrays": "error",
Expand Down

0 comments on commit c6357e9

Please sign in to comment.