This commit is contained in:
Daniel Lugo 2020-02-12 14:20:53 -04:00
parent 12887a78b4
commit f118beac16

View file

@ -69,7 +69,13 @@
"id-length": "off", "id-length": "off",
// typescript does this // typescript does this
"no-unused-vars": "off" "no-unused-vars": "off",
// https://github.com/prettier/eslint-config-prettier/issues/132
"line-comment-position": "off",
// if someone does this it's probably intentional
"no-useless-concat": "off"
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {