8000 fix: sync `.eslintrc` configs name changes (#2700) · vuejs/eslint-plugin-vue@7bd1d9a · GitHub
[go: up one dir, main page]

Skip to content

Commit 7bd1d9a

Browse files
authored
fix: sync .eslintrc configs name changes (#2700)
1 parent 7614924 commit 7bd1d9a

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