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…
x
Reference in New Issue
Block a user