Skip to content

Commit 2a1248b

Browse files
committed
disable newline-before-return lint
1 parent 00fe0e1 commit 2a1248b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default [
3838
"no-unused-labels": "warn",
3939
quotes: ["error", "double"],
4040
"getter-return": "error",
41-
"newline-before-return": "error",
41+
"newline-before-return": "off",
4242
"no-multiple-empty-lines": "error",
4343
"no-var": "error",
4444
"no-this-before-super": "warn",

0 commit comments

Comments
 (0)