mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-27 01:04:03 +00:00
Add eslint rule "no-multi-assign"
This commit is contained in:
parent
4a874b0e59
commit
e3d89dbcdb
@ -86,5 +86,6 @@ module.exports = {
|
||||
"no-label-var": "error",
|
||||
"no-lonely-if": "error",
|
||||
"no-mixed-operators": "error",
|
||||
"no-multi-assign": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user