File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ declare const plugin: {
12
12
react : Linter . LegacyConfig ;
13
13
svelte : Linter . LegacyConfig ;
14
14
vue : Linter . LegacyConfig ;
15
- 'flat/angular' : Linter . Config < Linter . RulesRecord > ;
16
- 'flat/dom' : Linter . Config < Linter . RulesRecord > ;
17
- 'flat/marko' : Linter . Config < Linter . RulesRecord > ;
18
- 'flat/react' : Linter . Config < Linter . RulesRecord > ;
19
- 'flat/svelte' : Linter . Config < Linter . RulesRecord > ;
20
- 'flat/vue' : Linter . Config < Linter . RulesRecord > ;
15
+ 'flat/angular' : Linter . FlatConfig ;
16
+ 'flat/dom' : Linter . FlatConfig ;
17
+ 'flat/marko' : Linter . FlatConfig ;
18
+ 'flat/react' : Linter . FlatConfig ;
19
+ 'flat/svelte' : Linter . FlatConfig ;
20
+ 'flat/vue' : Linter . FlatConfig ;
21
21
} ;
22
22
rules : {
23
23
[ key : string ] : Rule . RuleModule ;
You can’t perform that action at this time.
0 commit comments