Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update .eslintrc.js
Browse files Browse the repository at this point in the history
added the rules:

 "no-shadow": "off",
  "@typescript-eslint/no-shadow": ["error"]
fung-csf authored Aug 28, 2021
1 parent 8bafddb commit 77ccbb1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .eslintrc.js
Original file line number Diff line number Diff line change
@@ -19,5 +19,7 @@ module.exports = {
"import/no-named-as-default": 0,
"import/no-extraneous-dependencies": 0,
"no-underscore-dangle": 0,
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"]
},
};

0 comments on commit 77ccbb1

Please sign in to comment.