UNPKG
react-meerkat
Version:
latest (4.0.4)
4.0.4
Alerts for React
github.com/jacobsowles/react-meerkat
jacobsowles/react-meerkat
react-meerkat
/
.eslintrc
18 lines
•
284 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"parser"
:
"babel-eslint"
,
"plugins"
:
[
"react"
]
,
"rules"
:
{
"react/jsx-uses-vars"
:
2
,
"react/jsx-uses-react"
:
2
,
"no-unused-vars"
:
[
"error"
,
{
"vars"
:
"all"
,
"args"
:
"none"
,
"ignoreRestSiblings"
:
true
}
]
}
}