UNPKG
react-formio-helper
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Helper library for apps built with react and form.io.
react-formio-helper
/
.eslintrc
19 lines
(18 loc)
•
277 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
"extends"
:
[
"airbnb"
,
"formio"
]
,
"globals"
:
{
"window"
:
true
,
"document"
:
true
,
"require"
:
true
,
"module"
:
true
,
"global"
:
true
,
"fetch"
:
true
,
"FormioComponents"
:
true
}
,
"rules"
:
{
"import/prefer-default-export"
:
0
}
}