8000 Update eslint config · HowProgrammingWorks/NodeServer@8b9f3a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8b9f3a4

Browse files
committed
Update eslint config
1 parent 668ecdf commit 8b9f3a4

File tree

Expand file tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.eslintrc.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,10 @@
263263
"template-curly-spacing": [
264264
"error",
265265
"never"
266+
],
267+
"consistent-return": [
268+
"error",
269+
{ "treatUndefinedAsUnspecified": true }
266270
]
267271
}
268272
}

0 commit comments

Comments
 (0)
0