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