Skip to content

Commit 4c2efa4

Browse files
authored
feat: add -error configs to types (#3001)
1 parent ce20297 commit 4c2efa4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

lib/index.d.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,21 +8,29 @@ declare const vue: {
88

99
'vue2-essential': Linter.LegacyConfig
1010
'vue2-strongly-recommended': Linter.LegacyConfig
11+
'vue2-strongly-recommended-error': Linter.LegacyConfig
1112
'vue2-recommended': Linter.LegacyConfig
13+
'vue2-recommended-error': Linter.LegacyConfig
1214

1315
essential: Linter.LegacyConfig
1416
'strongly-recommended': Linter.LegacyConfig
17+
'strongly-recommended-error': Linter.LegacyConfig
1518
recommended: Linter.LegacyConfig
19+
'recommended-error': Linter.LegacyConfig
1620

1721
'flat/base': Linter.FlatConfig[]
1822

1923
'flat/vue2-essential': Linter.FlatConfig[]
2024
'flat/vue2-strongly-recommended': Linter.FlatConfig[]
25+
'flat/vue2-strongly-recommended-error': Linter.FlatConfig[]
2126
'flat/vue2-recommended': Linter.FlatConfig[]
27+
'flat/vue2-recommended-error': Linter.FlatConfig[]
2228

2329
'flat/essential': Linter.FlatConfig[]
2430
'flat/strongly-recommended': Linter.FlatConfig[]
31+
'flat/strongly-recommended-error': Linter.FlatConfig[]
2532
'flat/recommended': Linter.FlatConfig[]
33+
'flat/recommended-error': Linter.FlatConfig[]
2634

2735
'no-layout-rules': Linter.LegacyConfig
2836
}

0 commit comments

Comments
 (0)