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: {
1212 react : Linter . LegacyConfig ;
1313 svelte : Linter . LegacyConfig ;
1414 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 ;
2121 } ;
2222 rules : {
2323 [ key : string ] : Rule . RuleModule ;
You can’t perform that action at this time.
0 commit comments