Add eslint rule "no-mixed-operator"
This commit is contained in:
parent
64ac29bc1a
commit
4a874b0e59
1 changed files with 1 additions and 0 deletions
|
@ -85,5 +85,6 @@ module.exports = {
|
|||
"no-implied-eval": "error",
|
||||
"no-label-var": "error",
|
||||
"no-lonely-if": "error",
|
||||
"no-mixed-operators": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue