UNPKG
animated-number-react
Version:
latest (0.1.2)
0.1.2
0.1.1
0.1.0
0.0.2
0.0.1
Super easy way to animate numbers with React
Leocardoso94/animated-number-react
animated-number-react
/
.eslintrc
17 lines
(16 loc)
•
233 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"parser"
:
"babel-eslint"
,
"extends"
:
"airbnb"
,
"rules"
:
{
"react/jsx-filename-extension"
:
[
1
,
{
"extensions"
:
[
".js"
,
".jsx"
]
}
]
}
,
"env"
:
{
"browser"
:
true
,
"jest"
:
true
}
}