We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 635b6ed commit aa476d6Copy full SHA for aa476d6
lib/index.d.ts
@@ -1,3 +1,5 @@
1
+import type { Linter } from 'eslint'
2
+
3
declare const vue: {
4
meta: any
5
configs: {
@@ -19,19 +21,19 @@ declare const vue: {
19
21
}
20
22
rules: Record<string, any>
23
processors: {
- ".vue": any
24
+ '.vue': any
25
vue: any
26
27
environments: {
28
/**
29
* @deprecated
30
*/
- "setup-compiler-macros": {
31
+ 'setup-compiler-macros': {
32
globals: {
- defineProps: "readonly"
- defineEmits: "readonly"
33
- defineExpose: "readonly"
34
- withDefaults: "readonly"
+ defineProps: 'readonly'
+ defineEmits: 'readonly'
35
+ defineExpose: 'readonly'
36
+ withDefaults: 'readonly'
37
38
39
0 commit comments