Skip to content

Commit f1381f6

Browse files
committed
Fix linter errors
Disabling rule, as it was deprecated in version 42 - https://github.com/gajus/eslint-plugin-jsdoc/releases/tag/v42.0.0
1 parent 76e34d9 commit f1381f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.eslintrc

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
"error",
2323
{ "args": "after-used", "argsIgnorePattern": "^_" }
2424
],
25-
"no-useless-constructor": "off"
25+
"no-useless-constructor": "off",
26+
"jsdoc/newline-after-description": "off"
2627
}
2728
}

0 commit comments

Comments
 (0)