UNPKG
react-typing
Version:
latest (1.0.0)
1.0.0
0.0.1
Typing animation with react
github.com/epilande/react-typing
epilande/react-typing
react-typing
/
.eslintrc
14 lines
(13 loc)
•
247 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"parser"
:
"babel-eslint"
,
"extends"
:
"airbnb"
,
"rules"
:
{
"arrow-parens"
:
0
,
"react/jsx-filename-extension"
:
0
,
"react/jsx-wrap-multilines"
:
0
,
"jsx-a11y/href-no-hash"
:
"off"
}
,
"plugins"
:
[
"react"
,
"import"
]
}