Skip to content

Commit 08c3da3

Browse files
fix: add jest-environment-options to ignore typescript jsdoc errors (#76)
1 parent 7e90094 commit 08c3da3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/typescript.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ async function getTypescriptJSDocRecommendedConfig() {
8686
"jsdoc/check-tag-names": [
8787
"error",
8888
{
89-
definedTags: ["jest-environment"],
89+
definedTags: ["jest-environment", "jest-environment-options"],
9090
},
9191
],
9292

0 commit comments

Comments
 (0)