Skip to content

Commit 52733db

Browse files
committed
Remove quotes around error in .eslintrc.js for consistency
1 parent 19433ed commit 52733db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ module.exports = {
3434
},
3535
],
3636
"no-self-compare": error,
37-
"no-shadow": "error",
37+
"no-shadow": error,
3838
"no-template-curly-in-string": error,
3939
"no-unmodified-loop-condition": error,
4040
"no-unneeded-ternary": warn,

0 commit comments

Comments
 (0)