Skip to content

Commit 5ae3456

Browse files
github-actions[bot]ota-meshiwaynzh
authored
Updates resources (#3059)
Co-authored-by: ota-meshi <16508807+ota-meshi@users.noreply.github.com> Co-authored-by: waynzh <waynzh19@gmail.com>
1 parent 2e7caf1 commit 5ae3456

File tree

2 files changed

+16
-9
lines changed

2 files changed

+16
-9
lines changed

.changeset/easy-spoons-rhyme.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'eslint-plugin-vue': patch
3+
---
4+
5+
Updated resources: add `Attrs` and `AllowedAttrs` type definitions

lib/utils/vue3-export-names.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -205,6 +205,8 @@
205205
"createStaticVNode",
206206
"createCommentVNode",
207207
"mergeProps",
208+
"AllowedAttrs",
209+
"Attrs",
208210
"ComponentInstance",
209211
"ComponentCustomProps",
210212
"GlobalDirectives",
@@ -281,15 +283,6 @@
281283
"vModelRadio",
282284
"vModelSelect",
283285
"vModelDynamic",
284-
"VueElementConstructor",
285-
"CustomElementOptions",
286-
"defineCustomElement",
287-
"defineSSRCustomElement",
288-
"VueElement",
289-
"useHost",
290-
"useShadowRoot",
291-
"useCssModule",
292-
"useCssVars",
293286
"CSSProperties",
294287
"AriaAttributes",
295288
"StyleValue",
@@ -352,6 +345,15 @@
352345
"Events",
353346
"ReservedProps",
354347
"NativeElements",
348+
"VueElementConstructor",
349+
"CustomElementOptions",
350+
"defineCustomElement",
351+
"defineSSRCustomElement",
352+
"VueElement",
353+
"useHost",
354+
"useShadowRoot",
355+
"useCssModule",
356+
"useCssVars",
355357
"render",
356358
"hydrate",
357359
"createApp",

0 commit comments

Comments
 (0)