1
1
mirror of https://github.com/theoludwig/eslint-config-conventions.git synced 2024-12-18 21:45:04 +01:00

feat: add no-constant-binary-expression

BREAKING CHANGE: New rule introduced
This commit is contained in:
Théo LUDWIG 2024-02-08 21:57:58 +01:00
parent dab4433431
commit 17e90bcc35
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -22,6 +22,7 @@
"no-compare-neg-zero": "error",
"no-cond-assign": "error",
"no-const-assign": "error",
"no-constant-binary-expression": "error",
"no-constant-condition": "error",
"no-constructor-return": "error",
"no-control-regex": "error",