Add no-constant-binary-expression eslint rule
https://eslint.org/blog/2022/07/interesting-bugs-caught-by-no-constant-binary-expression/
This commit is contained in:
parent
8d1f0853cc
commit
c37b19ffa9
2 changed files with 5 additions and 1 deletions
|
@ -40,6 +40,9 @@
|
|||
}
|
||||
],
|
||||
"quotes": "off",
|
||||
|
||||
"no-constant-binary-expression": "error",
|
||||
|
||||
"@typescript-eslint/indent": [
|
||||
"error",
|
||||
2,
|
||||
|
|
|
@ -159,7 +159,8 @@
|
|||
"quote-props": [
|
||||
"error",
|
||||
"consistent-as-needed"
|
||||
]
|
||||
],
|
||||
"no-constant-binary-expression": "error"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue