1
0
mirror of https://github.com/beestat/app.git synced 2025-05-24 02:14:03 -04:00

Update to eslint rules

This commit is contained in:
Jon Ziebell 2019-07-26 19:33:03 -04:00
parent 260d29e3f6
commit 50752f6dd6

View File

@ -56,6 +56,7 @@
"max-len": "warn",
"no-negated-condition": "off",
"max-lines-per-function": "off",
"function-paren-newline": "off",
// Node.js and CommonJS
"callback-return": "off",