UNPKG
@shareactor/shareactor-sdk
Version:
latest (0.4.2)
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.0
0.1.3
0.1.2
ShareActor JavaScript SDK.
github.com/shareactorIO/javascript-sdk
shareactorIO/javascript-sdk
@shareactor/shareactor-sdk
/
.eslintrc.json
11 lines
(10 loc)
•
170 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
{
"extends"
:
"airbnb-base"
,
"plugins"
:
[
"import"
]
,
"rules"
:
{
"no-underscore-dangle"
:
"off"
,
"consistent-return"
:
"off"
}
}