Add "guard-for-in" eslint rule
This commit is contained in:
parent
1e4a149823
commit
7db2b00be3
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue