Add "guard-for-in" eslint rule

This commit is contained in:
Guillaume Gomez 2022-06-03 11:28:34 +02:00
parent 1e4a149823
commit 7db2b00be3

View File

@ -76,5 +76,6 @@ module.exports = {
"no-self-compare": "error",
"no-template-curly-in-string": "error",
"block-scoped-var": "error",
"guard-for-in": "error",
}
};