Add "no-implicit-globals" eslint check
This commit is contained in:
parent
b48bbd4e2f
commit
b827847d19
1 changed files with 1 additions and 0 deletions
|
@ -81,5 +81,6 @@ module.exports = {
|
||||||
"no-confusing-arrow": "error",
|
"no-confusing-arrow": "error",
|
||||||
"no-div-regex": "error",
|
"no-div-regex": "error",
|
||||||
"no-floating-decimal": "error",
|
"no-floating-decimal": "error",
|
||||||
|
"no-implicit-globals": "error",
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue