Skip to content

Commit

Permalink
Allow @deferred (#1035)
Browse files Browse the repository at this point in the history
  • Loading branch information
sandersn authored Jul 16, 2024
1 parent 41a1b67 commit dc7fcdb
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/nervous-spoons-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@definitelytyped/eslint-plugin": patch
---

Allow @deferred tag
1 change: 1 addition & 0 deletions packages/eslint-plugin/src/configs/all.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ export const all: Linter.BaseConfig = {
"declaration",
"defApiFeature",
"defaultValue",
"deferred",
"detail",
"end",
"eventproperty",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ exports[`plugin should have the expected exports 1`] = `
"declaration",
"defApiFeature",
"defaultValue",
"deferred",
"detail",
"end",
"eventproperty",
Expand Down

0 comments on commit dc7fcdb

Please sign in to comment.