-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.eslintrc-auto-import.json
60 lines (60 loc) · 1.11 KB
/
.eslintrc-auto-import.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
"globals": {
"afterUpdate": true,
"backIn": true,
"backInOut": true,
"backOut": true,
"beforeUpdate": true,
"blur": true,
"bounceIn": true,
"bounceInOut": true,
"bounceOut": true,
"circIn": true,
"circInOut": true,
"circOut": true,
"createEventDispatcher": true,
"crossfade": true,
"cubicIn": true,
"cubicInOut": true,
"cubicOut": true,
"derived": true,
"draw": true,
"elasticIn": true,
"elasticInOut": true,
"elasticOut": true,
"expoIn": true,
"expoInOut": true,
"expoOut": true,
"fade": true,
"flip": true,
"fly": true,
"get": true,
"getAllContexts": true,
"getContext": true,
"hasContext": true,
"linear": true,
"onDestroy": true,
"onMount": true,
"quadIn": true,
"quadInOut": true,
"quadOut": true,
"quartIn": true,
"quartInOut": true,
"quartOut": true,
"quintIn": true,
"quintInOut": true,
"quintOut": true,
"readable": true,
"scale": true,
"setContext": true,
"sineIn": true,
"sineInOut": true,
"sineOut": true,
"slide": true,
"spring": true,
"tick": true,
"tweened": true,
"useCounter": true,
"writable": true
}
}