Skip to content

Commit

Permalink
Exempt react-relay from jsdoc rule (DefinitelyTyped#64638)
Browse files Browse the repository at this point in the history
Previously this rule crashed sometimes; now that it's reporting results everywhere, it looks like react-relay's uses of @ are not actually jsdoc tags, so the rule doesn't apply.
  • Loading branch information
sandersn authored and Vicary A committed Jun 29, 2023
1 parent ccb9186 commit 23a480e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion types/react-relay/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json"
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"no-redundant-jsdoc-2": false
}
}
5 changes: 4 additions & 1 deletion types/react-relay/v7/tslint.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"extends": "@definitelytyped/dtslint/dt.json"
"extends": "@definitelytyped/dtslint/dt.json",
"rules": {
"no-redundant-jsdoc-2": false
}
}

0 comments on commit 23a480e

Please sign in to comment.