Add "no-label-var" eslint check
This commit is contained in:
parent
d0909bdddc
commit
cd5e73be3f
1 changed files with 1 additions and 0 deletions
|
@ -83,5 +83,6 @@ module.exports = {
|
|||
"no-floating-decimal": "error",
|
||||
"no-implicit-globals": "error",
|
||||
"no-implied-eval": "error",
|
||||
"no-label-var": "error",
|
||||
}
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue