We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76e34d9 commit f1381f6Copy full SHA for f1381f6
.eslintrc
@@ -22,6 +22,7 @@
22
"error",
23
{ "args": "after-used", "argsIgnorePattern": "^_" }
24
],
25
- "no-useless-constructor": "off"
+ "no-useless-constructor": "off",
26
+ "jsdoc/newline-after-description": "off"
27
}
28
0 commit comments