Making newline as warning

This commit is contained in:
Nishant Arora 2021-10-22 00:32:43 -06:00
parent 05072f5d22
commit 0a54b18d64
No known key found for this signature in database
GPG key ID: 169797D53BE6B357

View file

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