Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
feat(jsdoc): allow jest-environment tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewLeedham committed Sep 16, 2019
1 parent d1d3bac commit e91d5ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion typescript.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'jsdoc/check-tag-names': [
'error',
{
definedTags: ['remarks'],
definedTags: ['remarks', 'jest-environment'],
},
],
'jsdoc/check-types': 'warn',
Expand Down

0 comments on commit e91d5ca

Please sign in to comment.