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.
2 parents db0031a + a3846f9 commit 6a466b7Copy full SHA for 6a466b7
1 file changed
eslint.config.mjs
@@ -18,6 +18,7 @@ export default defineConfig([
18
'vue/multi-word-component-names': 'off',
19
// JSDocs are welcome but lint:fix should not create empty ones
20
'jsdoc/require-jsdoc': 'off',
21
+ 'jsdoc/require-param': 'off',
22
// Forbid empty JSDocs
23
// TODO: Enable this rule once @nextcloud/eslint-config was updated and pulls the
24
// newest version of eslint-plugin-jsdoc (is a recent feature/rule).
0 commit comments