We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
.eslintrc
1 parent 7614924 commit 7bd1d9aCopy full SHA for 7bd1d9a
lib/index.d.ts
@@ -9,9 +9,9 @@ declare const vue: {
9
'vue2-strongly-recommended': Linter.LegacyConfig
10
'vue2-recommended': Linter.LegacyConfig
11
12
- 'vue3-essential': Linter.LegacyConfig
13
- 'vue3-strongly-recommended': Linter.LegacyConfig
14
- 'vue3-recommended': Linter.LegacyConfig
+ essential: Linter.LegacyConfig
+ 'strongly-recommended': Linter.LegacyConfig
+ recommended: Linter.LegacyConfig
15
16
'flat/base': Linter.FlatConfig[]
17
0 commit comments