Skip to content

Commit 18c0e3f

Browse files
committed
feat(base): Take account of jsdoc/informative-docs rule
1 parent a8cb74b commit 18c0e3f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

configurations/base/plugins/jsdoc.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,10 @@ module.exports = {
6767
// https://github.com/gajus/eslint-plugin-jsdoc#implements-on-classes
6868
'jsdoc/implements-on-classes': 'error',
6969

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+
7074
// Enforces a regular expression pattern on descriptions
7175
// https://github.com/gajus/eslint-plugin-jsdoc#match-description
7276
'jsdoc/match-description': 'off',

0 commit comments

Comments
 (0)