Skip to content

Commit b4421b6

Browse files
Update index.d.ts
1 parent fe0d731 commit b4421b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
import type { Linter, Rule } from "eslint";
22

3-
type JestDomPluginConfig = 'all' | 'recommended';
3+
type JestDomPluginConfigName = 'all' | 'recommended';
44

55
declare const plugin: {
66
meta: {
77
name: string;
88
version: string;
99
};
10-
configs: Record<JestDomPluginConfig, Linter.LegacyConfig> &
11-
Record<`flat/${JestDomPluginConfig}`, Linter.FlatConfig>;
10+
configs: Record<JestDomPluginConfigName, Linter.LegacyConfig> &
11+
Record<`flat/${JestDomPluginConfigName}`, Linter.FlatConfig>;
1212
rules: Record<string, Rule.RuleModule>;
1313
};
1414

0 commit comments

Comments
 (0)