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:
parent
dab4433431
commit
17e90bcc35
@ -22,6 +22,7 @@
|
|||||||
"no-compare-neg-zero": "error",
|
"no-compare-neg-zero": "error",
|
||||||
"no-cond-assign": "error",
|
"no-cond-assign": "error",
|
||||||
"no-const-assign": "error",
|
"no-const-assign": "error",
|
||||||
|
"no-constant-binary-expression": "error",
|
||||||
"no-constant-condition": "error",
|
"no-constant-condition": "error",
|
||||||
"no-constructor-return": "error",
|
"no-constructor-return": "error",
|
||||||
"no-control-regex": "error",
|
"no-control-regex": "error",
|
||||||
|
Loading…
Reference in New Issue
Block a user