turn off no-undefined rule

This commit is contained in:
Daniel Lugo 2020-04-15 20:38:09 -04:00
parent 6c15d1960b
commit a495e184dc

View file

@ -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": {