Skip to content

Commit

Permalink
Remove quotes around error in .eslintrc.js for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lydell committed Jul 11, 2024
1 parent 19433ed commit 52733db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ module.exports = {
},
],
"no-self-compare": error,
"no-shadow": "error",
"no-shadow": error,
"no-template-curly-in-string": error,
"no-unmodified-loop-condition": error,
"no-unneeded-ternary": warn,
Expand Down

0 comments on commit 52733db

Please sign in to comment.