Skip to content

Commit

Permalink
Configure eslint checking of jsdoc blocks
Browse files Browse the repository at this point in the history
  • Loading branch information
ferdnyc committed Feb 12, 2025
1 parent c4f3113 commit d05a1b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -233,6 +233,8 @@ export default [
'@stylistic/js/wrap-iife': ['error', 'inside'],
'@stylistic/js/yield-star-spacing': 'error',
yoda: 'error',

'jsdoc/tag-lines': ['error', 'any', {'startLines': 1}],
},
},
{
Expand Down

0 comments on commit d05a1b3

Please sign in to comment.