lint rules

This commit is contained in:
Daniel Lugo 2020-02-20 16:02:07 -04:00
parent cce1a75ad6
commit 922dad78b7

View file

@ -5,6 +5,8 @@
"prettier/prettier": "error",
"strict": "off",
"no-empty-function": "off",
"no-console": "off",
"max-statements": "off",