Skip to content

Commit 716bc34

Browse files
[DEV] Merge branch 'pbun-32-validation' into pbun-32
2 parents 0ee5b97 + 02d5763 commit 716bc34

File tree

34 files changed

+2597
-662
lines changed

34 files changed

+2597
-662
lines changed

.eslintrc-auto-import.json

Lines changed: 64 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,64 +1,65 @@
11
{
2-
"globals": {
3-
"CSSProperties": true,
4-
"Component": true,
5-
"ComponentPublicInstance": true,
6-
"ComputedRef": true,
7-
"EffectScope": true,
8-
"InjectionKey": true,
9-
"PropType": true,
10-
"Ref": true,
11-
"VNode": true,
12-
"computed": true,
13-
"createApp": true,
14-
"customRef": true,
15-
"defineAsyncComponent": true,
16-
"defineComponent": true,
17-
"effectScope": true,
18-
"getCurrentInstance": true,
19-
"getCurrentScope": true,
20-
"h": true,
21-
"inject": true,
22-
"isProxy": true,
23-
"isReactive": true,
24-
"isReadonly": true,
25-
"isRef": true,
26-
"markRaw": true,
27-
"nextTick": true,
28-
"onActivated": true,
29-
"onBeforeMount": true,
30-
"onBeforeUnmount": true,
31-
"onBeforeUpdate": true,
32-
"onDeactivated": true,
33-
"onErrorCaptured": true,
34-
"onMounted": true,
35-
"onRenderTracked": true,
36-
"onRenderTriggered": true,
37-
"onScopeDispose": true,
38-
"onServerPrefetch": true,
39-
"onUnmounted": true,
40-
"onUpdated": true,
41-
"provide": true,
42-
"reactive": true,
43-
"readonly": true,
44-
"ref": true,
45-
"resolveComponent": true,
46-
"shallowReactive": true,
47-
"shallowReadonly": true,
48-
"shallowRef": true,
49-
"toRaw": true,
50-
"toRef": true,
51-
"toRefs": true,
52-
"triggerRef": true,
53-
"unref": true,
54-
"useAttrs": true,
55-
"useCssModule": true,
56-
"useCssVars": true,
57-
"useSlots": true,
58-
"useTheme": true,
59-
"watch": true,
60-
"watchEffect": true,
61-
"watchPostEffect": true,
62-
"watchSyncEffect": true
63-
}
64-
}
2+
"globals": {
3+
"CSSProperties": true,
4+
"Component": true,
5+
"ComponentPublicInstance": true,
6+
"ComputedRef": true,
7+
"EffectScope": true,
8+
"InjectionKey": true,
9+
"PropType": true,
10+
"Ref": true,
11+
"VNode": true,
12+
"computed": true,
13+
"createApp": true,
14+
"customRef": true,
15+
"defineAsyncComponent": true,
16+
"defineComponent": true,
17+
"effectScope": true,
18+
"getCurrentInstance": true,
19+
"getCurrentScope": true,
20+
"h": true,
21+
"inject": true,
22+
"isProxy": true,
23+
"isReactive": true,
24+
"isReadonly": true,
25+
"isRef": true,
26+
"markRaw": true,
27+
"nextTick": true,
28+
"onActivated": true,
29+
"onBeforeMount": true,
30+
"onBeforeUnmount": true,
31+
"onBeforeUpdate": true,
32+
"onDeactivated": true,
33+
"onErrorCaptured": true,
34+
"onMounted": true,
35+
"onRenderTracked": true,
36+
"onRenderTriggered": true,
37+
"onScopeDispose": true,
38+
"onServerPrefetch": true,
39+
"onUnmounted": true,
40+
"onUpdated": true,
41+
"provide": true,
42+
"reactive": true,
43+
"readonly": true,
44+
"ref": true,
45+
"resolveComponent": true,
46+
"shallowReactive": true,
47+
"shallowReadonly": true,
48+
"shallowRef": true,
49+
"toRaw": true,
50+
"toRef": true,
51+
"toRefs": true,
52+
"triggerRef": true,
53+
"unref": true,
54+
"useAttrs": true,
55+
"useCssModule": true,
56+
"useCssVars": true,
57+
"useSlots": true,
58+
"useTheme": true,
59+
"useTemplateRef": true,
60+
"watch": true,
61+
"watchEffect": true,
62+
"watchPostEffect": true,
63+
"watchSyncEffect": true
64+
}
65+
}

0 commit comments

Comments
 (0)