Skip to content

Commit 36139f7

Browse files
thomasbuildsthestinger
authored andcommitted
Add 'no-shadow' rule to ESLint configuration
1 parent 32e2814 commit 36139f7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ export default [
1616
sourceType: "module"
1717
},
1818
rules: {
19+
"no-shadow": ["error"],
1920
"no-var": ["error"],
2021
"@stylistic/brace-style": ["error", "1tbs"],
2122
"@stylistic/indent": ["error", 4],

0 commit comments

Comments
 (0)