Skip to content

Commit

Permalink
fix: #49 Allow @jest-environment tag names for jsdoc config
Browse files Browse the repository at this point in the history
Fixes #49
  • Loading branch information
lucasrmendonca authored Sep 2, 2024
1 parent a5c13a5 commit 5a7f4e6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions configurations/jsdoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,7 @@ module.exports.recommended = {
'jsdoc/check-tag-names': [
2,
{
definedTags: [
'jest-environment',
'jest-environment-options',
],
definedTags: ['jest-environment', 'jest-environment-options'],
},
],
'jsdoc/check-types': 2,
Expand Down

0 comments on commit 5a7f4e6

Please sign in to comment.