UNPKG
@builton/node-sdk
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.2
1.0.1
1.0.0
Builton Node SDK.
github.com/BuiltonDev/node-sdk
BuiltonDev/node-sdk
@builton/node-sdk
/
test
/
.eslintrc.json
15 lines
(14 loc)
•
234 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
"env"
:
{
"mocha"
:
true
}
,
"extends"
:
"airbnb-base"
,
"plugins"
:
[
"import"
]
,
"rules"
:
{
"no-console"
:
"off"
,
"no-underscore-dangle"
:
"off"
,
"import/order"
:
"off"
}
}