8000 Fix eslint error. · sveltejs/eslint-config@581e5a6 · GitHub
[go: up one dir, main page]

Skip to content

Commit 581e5a6

Browse files
committed
Fix eslint error.
1 parent 0695f6f commit 581e5a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

node.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ module.exports = {
6262
'no-self-compare': error,
6363
'no-return-assign': error,
6464
'no-loop-func': error,
65-
'valid-jsdoc': [ warn, { requireParamDescription: false, requireReturnDescription: false} ],
65+
'valid-jsdoc': [ warn, { requireParamDescription: false, requireReturnDescription: false } ],
6666
'for-direction': error,
6767
'no-buffer-constructor': error,
6868
'no-new-require': error,

0 commit comments

Comments
 (0)
0