mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Add eslint rule "no-mixed-operator"
This commit is contained in:
parent
64ac29bc1a
commit
4a874b0e59
@ -85,5 +85,6 @@ module.exports = {
|
||||
"no-implied-eval": "error",
|
||||
"no-label-var": "error",
|
||||
"no-lonely-if": "error",
|
||||
"no-mixed-operators": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user