Skip to content

Commit

Permalink
Remove deprecated/unsupported jsdoc rules
Browse files Browse the repository at this point in the history
  • Loading branch information
DABH committed Jul 10, 2024
1 parent 9e3d7fd commit 359551b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@ module.exports = {
'semi': 1,
'strict': [2, 'global'],
'use-isnan': 2,
'valid-jsdoc': [2, { prefer: { return: 'returns' }, requireReturn: false }],
//
// Whitespace or other stylistic rules. No --fix option exists in eslint,
// but previously existed in jscs
Expand Down

0 comments on commit 359551b

Please sign in to comment.