Skip to content

Commit

Permalink
Enforce strict comparison operators
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocobo1 committed Apr 21, 2024
1 parent 8d4b8c6 commit 1ebeec6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ export default [
Stylistic
},
rules: {
"eqeqeq": "error",
"no-undef": "off",
"no-unused-vars": "off",
"Stylistic/no-mixed-operators": [
Expand Down

0 comments on commit 1ebeec6

Please sign in to comment.