mirror of
https://github.com/scratchfoundation/eslint-config-scratch.git
synced 2025-07-26 14:12:50 -04:00
fix: disable jsdoc/require-jsdoc
This commit is contained in:
parent
40c86c94ca
commit
7d7b277676
1 changed files with 2 additions and 7 deletions
|
@ -145,14 +145,9 @@ const makeEslintConfig = ({ tsconfigRootDir, globals: globalsIn } = {}) => {
|
|||
// https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/informative-docs.md
|
||||
'jsdoc/informative-docs': ['error'],
|
||||
|
||||
// Require JSDoc comments on public / exported items.
|
||||
// Don't require JSDoc comments. Library authors should consider turning this on for external interfaces.
|
||||
// https://github.com/gajus/eslint-plugin-jsdoc/blob/main/docs/rules/require-jsdoc.md
|
||||
'jsdoc/require-jsdoc': [
|
||||
'error',
|
||||
{
|
||||
publicOnly: true,
|
||||
},
|
||||
],
|
||||
'jsdoc/require-jsdoc': ['off'],
|
||||
},
|
||||
},
|
||||
// eslint-plugin-jsx-a11y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue