Skip to content

Commit

Permalink
enabled a rule that was formerly covered by eslint-plugin-sonarjs
Browse files Browse the repository at this point in the history
  • Loading branch information
Mephisto5558 committed Dec 11, 2024
1 parent 036b074 commit d09e2a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/eslint.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@
"no-empty-static-block": "error",
"no-eq-null": "off", // Handled by `unicorn/no-null`
"no-eval": "error",
"no-extend-native": "off",
"no-extend-native": "error",
"no-extra-bind": "error",
"no-extra-boolean-cast": "error",
"no-extra-label": "error",
Expand Down

0 comments on commit d09e2a8

Please sign in to comment.