Skip to content

Commit 6a466b7

Browse files
authored
Merge pull request #7516 from nextcloud/Fix/lint
fix: lint:fix, disable adding param docs
2 parents db0031a + a3846f9 commit 6a466b7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig([
1818
'vue/multi-word-component-names': 'off',
1919
// JSDocs are welcome but lint:fix should not create empty ones
2020
'jsdoc/require-jsdoc': 'off',
21+
'jsdoc/require-param': 'off',
2122
// Forbid empty JSDocs
2223
// TODO: Enable this rule once @nextcloud/eslint-config was updated and pulls the
2324
// newest version of eslint-plugin-jsdoc (is a recent feature/rule).

0 commit comments

Comments
 (0)