stupid rule

This commit is contained in:
Daniel Lugo 2020-02-24 18:19:22 -04:00
parent 9a9ea5e7a2
commit cdf4f83392

View file

@ -77,7 +77,9 @@
"line-comment-position": "off", "line-comment-position": "off",
// if someone does this it's probably intentional // if someone does this it's probably intentional
"no-useless-concat": "off" "no-useless-concat": "off",
"no-plusplus": "off"
}, },
"parser": "babel-eslint", "parser": "babel-eslint",
"env": { "env": {