Skip to content

Commit 5ee1543

Browse files
committed
Use default returns JSDoc tag
1 parent eb30fb0 commit 5ee1543

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

config/base-rules.js

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -117,12 +117,4 @@ module.exports = {
117117
'jsdoc/require-returns-description': 'warn',
118118
'jsdoc/valid-types': 'warn',
119119
},
120-
settings: {
121-
jsdoc: {
122-
tagNamePreference: {
123-
class: 'constructor',
124-
returns: 'return',
125-
},
126-
},
127-
},
128120
};

0 commit comments

Comments
 (0)