Remove unnecessary eslint rule

This commit is contained in:
Daniel Lugo 2021-09-11 12:01:58 -04:00
parent b8a411c0ab
commit eabbb18917

View file

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