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.
jsdoc/informative-docs
1 parent a8cb74b commit 18c0e3fCopy full SHA for 18c0e3f
configurations/base/plugins/jsdoc.js
@@ -67,6 +67,10 @@ module.exports = {
67
// https://github.com/gajus/eslint-plugin-jsdoc#implements-on-classes
68
'jsdoc/implements-on-classes': 'error',
69
70
+ // Reports on JSDoc texts that serve only to restart their attached name.
71
+ // https://github.com/gajus/eslint-plugin-jsdoc#informative-docs
72
+ 'jsdoc/informative-docs': 'off',
73
+
74
// Enforces a regular expression pattern on descriptions
75
// https://github.com/gajus/eslint-plugin-jsdoc#match-description
76
'jsdoc/match-description': 'off',
0 commit comments