remove newline-before-return eslint

This commit is contained in:
Michael C 2021-11-27 02:42:59 -05:00
parent a5a90e3c84
commit 6baa00b76d
No known key found for this signature in database
GPG key ID: FFB04FB3B878B7B4

View file

@ -19,7 +19,6 @@ module.exports = {
"@typescript-eslint/no-empty-interface": "off",
"@typescript-eslint/no-explicit-any": "off",
"indent": ["warn", 4, { "SwitchCase": 1 }],
"newline-before-return": "warn",
"no-multiple-empty-lines": ["error", { max: 2, maxEOF: 0 }],
"no-self-assign": "off",
"no-trailing-spaces": "warn",