We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f3a7e0 commit 4360d4dCopy full SHA for 4360d4d
.eslintrc.cjs
@@ -25,6 +25,9 @@ module.exports = {
25
files: ["**/*.ts"],
26
parser: "@typescript-eslint/parser",
27
rules: {
28
+ // These off-by-default rules work well for this repo and we like them on.
29
+ "jsdoc/informative-docs": "error",
30
+
31
// These on-by-default rules don't work well for this repo and we like them off.
32
"jsdoc/require-jsdoc": "off",
33
"jsdoc/require-param": "off",
0 commit comments