Skip to content

Commit

Permalink
WebUI: Enable smart mode of "eqeqeq" ESLint rule
Browse files Browse the repository at this point in the history
  • Loading branch information
glassez committed Jul 6, 2024
1 parent bae5654 commit 5a0ce7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webui/www/eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default [
},
rules: {
"curly": ["error", "multi-or-nest", "consistent"],
"eqeqeq": "error",
"eqeqeq": ["error", "smart"],
"guard-for-in": "error",
"no-undef": "off",
"no-unused-vars": "off",
Expand Down

0 comments on commit 5a0ce7b

Please sign in to comment.