UNPKG
uxcore-animate
Version:
latest (0.2.3)
0.2.3
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
uxcore-animate component for uxcore.
github.com/uxcore/uxcore-animate
uxcore/uxcore-animate
uxcore-animate
/
.eslintrc.json
13 lines
•
190 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
{
"extends"
:
"airbnb"
,
"plugins"
:
[
"react"
]
,
"env"
:
{
"browser"
:
true
}
,
"rules"
:
{
"import/no-extraneous-dependencies"
:
"off"
,
"react/jsx-no-bind"
:
"off"
}
}