Skip to content

Commit dc7fcdb

Browse files
authored
1 parent 41a1b67 commit dc7fcdb

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

.changeset/nervous-spoons-obey.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@definitelytyped/eslint-plugin": patch
3+
---
4+
5+
Allow @deferred tag

packages/eslint-plugin/src/configs/all.ts

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ export const all: Linter.BaseConfig = {
4141
"declaration",
4242
"defApiFeature",
4343
"defaultValue",
44+
"deferred",
4445
"detail",
4546
"end",
4647
"eventproperty",

packages/eslint-plugin/test/__snapshots__/plugin.test.ts.snap

+1
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ exports[`plugin should have the expected exports 1`] = `
134134
"declaration",
135135
"defApiFeature",
136136
"defaultValue",
137+
"deferred",
137138
"detail",
138139
"end",
139140
"eventproperty",

0 commit comments

Comments
 (0)