Add "no-label-var" eslint check
This commit is contained in:
parent
d0909bdddc
commit
cd5e73be3f
@ -83,5 +83,6 @@ module.exports = {
|
||||
"no-floating-decimal": "error",
|
||||
"no-implicit-globals": "error",
|
||||
"no-implied-eval": "error",
|
||||
"no-label-var": "error",
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user