Skip to content

Commit

Permalink
Turn off no-redundant-jsdoc explicitly (#746)
Browse files Browse the repository at this point in the history
* Turn off no-redundant-jsdoc explicitly

It's part of tslint:all and needs to be disabled explicitly.

* Add changeset
  • Loading branch information
sandersn authored Sep 28, 2023
1 parent 6655cce commit 7d60c4b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/rude-geese-bow.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@definitelytyped/dtslint": patch
---

Restore explicit disabling of no-redundant-jsdoc
1 change: 1 addition & 0 deletions packages/dtslint/dt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"extends": "./dtslint.json",
"rules": {
"no-redundant-jsdoc": false,
"npm-naming": [true, { "mode": "code" }]
}
}

0 comments on commit 7d60c4b

Please sign in to comment.