UNPKG
@allthings/js-sdk
Version:
latest (11.0.2)
11.0.2
11.0.1
JavaScript SDK for communication with the Allthings API
www.allthings.me
qipp/allthings-js-sdk
@allthings/js-sdk
/
.eslintrc
14 lines
(13 loc)
•
180 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
[
"standard"
]
,
"parser"
:
"babel-eslint"
,
"plugins"
:
[
"flowtype"
]
,
"rules"
:
{
"no-console"
:
"off"
,
"react/jsx-indent-props"
:
"off"
}
}