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 b6ad962 commit c407b55Copy full SHA for c407b55
eslint.config.mjs
@@ -116,7 +116,9 @@ export default [
116
"no-useless-concat": "off",
117
"no-var": "error",
118
"prefer-const": "error",
119
- "jsdoc/require-jsdoc": "off"
+ "jsdoc/require-jsdoc": "off",
120
+ "jsdoc/reject-function-type": "off",
121
+ "jsdoc/reject-any-type": "off"
122
}
123
124
];
0 commit comments