1
Fork 0

Add "no-implicit-globals" eslint check

This commit is contained in:
Guillaume Gomez 2022-06-06 14:01:52 +02:00
parent b48bbd4e2f
commit b827847d19

View file

@ -81,5 +81,6 @@ module.exports = {
"no-confusing-arrow": "error",
"no-div-regex": "error",
"no-floating-decimal": "error",
"no-implicit-globals": "error",
}
};