8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
.eslintrc
1 parent d385140 commit e2a2fffCopy full SHA for e2a2fff
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