Skip to content

Commit

Permalink
Merge pull request #8 from otovo/mortnod+simenaa/false-positive-no-sh…
Browse files Browse the repository at this point in the history
…adow-rule

no-shadow rule false positive
  • Loading branch information
mortnod authored Mar 23, 2021
2 parents 5d820a0 + c711b08 commit 85e19b9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion typescript/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ module.exports = {
'ts': 'never',
'tsx': 'never'
}
]
],
"no-shadow": "off",
"@typescript-eslint/no-shadow": ["error"],
},
settings: {
'import/resolver': {
Expand Down

0 comments on commit 85e19b9

Please sign in to comment.