8000 fix: sync `.eslintrc` configs name changes · ntnyq/eslint-plugin-vue@e2a2fff · GitHub
[go: up one dir, main page]

Skip to content

Commit e2a2fff

Browse files
committed
fix: sync .eslintrc configs name changes
1 parent d385140 commit e2a2fff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

lib/index.d.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ declare const vue: {
99
'vue2-strongly-recommended': Linter.LegacyConfig
1010
'vue2-recommended': Linter.LegacyConfig
1111

12-
'vue3-essential': Linter.LegacyConfig
13-
'vue3-strongly-recommended': Linter.LegacyConfig
14-
'vue3-recommended': Linter.LegacyConfig
12+
essential: Linter.LegacyConfig
13+
'strongly-recommended': Linter.LegacyConfig
14+
recommended: Linter.LegacyConfig
1515

1616
'flat/base': Linter.FlatConfig[]
1717

0 commit comments

Comments
 (0)
0