mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
Add "guard-for-in" eslint rule
This commit is contained in:
parent
1e4a149823
commit
7db2b00be3
@ -76,5 +76,6 @@ module.exports = {
|
||||
"no-self-compare": "error",
|
||||
"no-template-curly-in-string": "error",
|
||||
"block-scoped-var": "error",
|
||||
"guard-for-in": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user