Add "no-label-var" eslint check

This commit is contained in:
Guillaume Gomez 2022-06-06 14:03:26 +02:00
parent d0909bdddc
commit cd5e73be3f

View File

@ -83,5 +83,6 @@ module.exports = {
"no-floating-decimal": "error",
"no-implicit-globals": "error",
"no-implied-eval": "error",
"no-label-var": "error",
}
};