diff --git a/.eslintrc.js b/.eslintrc.js index 2234574..55ec41e 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -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",