Update .eslintrc.json

This commit is contained in:
Tanner Reynolds 2019-04-16 15:52:27 -07:00
parent 2d327d51e3
commit 54ff6f72db
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@
"max-len": "off",
"consistent-return": 0,
"no-plusplus": "off",
"array-callback-return": "off"
"array-callback-return": "off",
"import/no-unresolved": "off"
}
}