Enable no-undef eslint rule
This commit is contained in:
parent
e9b3a51703
commit
b46d8ec91b
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
"comma-dangle": 0,
|
||||
"linebreak-style": 0,
|
||||
"no-console": 0,
|
||||
"no-undef": 0,
|
||||
"no-undef": 2,
|
||||
"no-unused-vars": 2
|
||||
},
|
||||
"env": {
|
||||
|
|
Loading…
Reference in a new issue