We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00fe0e1 commit 2a1248bCopy full SHA for 2a1248b
eslint.config.mjs
@@ -38,7 +38,7 @@ export default [
38
"no-unused-labels": "warn",
39
quotes: ["error", "double"],
40
"getter-return": "error",
41
- "newline-before-return": "error",
+ "newline-before-return": "off",
42
"no-multiple-empty-lines": "error",
43
"no-var": "error",
44
"no-this-before-super": "warn",
0 commit comments