UNPKG
bea-ui
Version:
latest (0.3.0)
0.3.0
0.2.0
0.1.0
React component library
github.com/craigharvi3/bea
craigharvi3/bea
bea-ui
/
.eslintrc
21 lines
(20 loc)
•
303 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"env"
:
{
"browser"
:
true
}
,
"parserOptions"
:
{
"ecmaVersion"
:
6
,
"sourceType"
:
"module"
,
"ecmaFeatures"
:
{
"jsx"
:
true
,
"experimentalObjectRestSpread"
:
true
}
}
,
"plugins"
:
[
"react"
]
,
"rules"
:
{
"func-style"
:
0
,
"react/jsx-no-bind"
:
2
}
}