eslint rules

This commit is contained in:
Daniel Lugo 2020-09-30 20:10:15 -04:00
parent f184f7be94
commit b815a88149

View file

@ -83,7 +83,12 @@
"no-undefined": "off", "no-undefined": "off",
"no-process-env": "off" "no-process-env": "off",
// I am now convinced TODO comments closer to the relevant code are better
// than GH issues. Especially when it only concerns a single function /
// routine.
"no-warning-comments": "off"
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {