We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 11c78b5 commit a5bea7dCopy full SHA for a5bea7d
1 file changed
packages/eslint-config/src/subconfigs/jsdoc.js
@@ -37,7 +37,8 @@ export default [
37
rules: {
38
'jsdoc/no-types': 'warn',
39
'jsdoc/require-param': 'off',
40
- 'jsdoc/check-param-names': 'off'
+ 'jsdoc/check-param-names': 'off',
41
+ 'jsdoc/require-yields-type': 'off'
42
}
43
44
]
0 commit comments