turn off no-undefined rule
This commit is contained in:
parent
6c15d1960b
commit
a495e184dc
1 changed files with 3 additions and 1 deletions
|
|
@ -79,7 +79,9 @@
|
|||
// if someone does this it's probably intentional
|
||||
"no-useless-concat": "off",
|
||||
|
||||
"no-plusplus": "off"
|
||||
"no-plusplus": "off",
|
||||
|
||||
"no-undefined": "off"
|
||||
},
|
||||
"parser": "babel-eslint",
|
||||
"env": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue