Skip to content

Commit

Permalink
fix(no-shadow): remove a unknown parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Coeurderoy committed Sep 22, 2020
1 parent c495070 commit 507f697
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 @@ -90,7 +90,7 @@
"@typescript-eslint/no-non-null-assertion": "error",
"@typescript-eslint/no-parameter-properties": "off",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/no-shadow": ["error", { "hoist": true }],
"@typescript-eslint/no-shadow": ["error"],
"@typescript-eslint/no-this-alias": "error",
"@typescript-eslint/no-unnecessary-boolean-literal-compare": "error",
"@typescript-eslint/no-unnecessary-qualifier": "error",
Expand Down

0 comments on commit 507f697

Please sign in to comment.