mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Add "no-self-compare" eslint rule
This commit is contained in:
parent
e7d1b5a952
commit
584eec6c26
@ -73,5 +73,6 @@ module.exports = {
|
||||
"no-fallthrough": "error",
|
||||
"no-invalid-regexp": "error",
|
||||
"no-import-assign": "error",
|
||||
"no-self-compare": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user