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
/
.eslintrc.json
14 lines
(13 loc)
•
215 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"extends"
:
"airbnb-base"
,
"plugins"
:
[
"import"
]
,
"rules"
:
{
"no-underscore-dangle"
:
"off"
,
"consistent-return"
:
"off"
}
,
"globals"
:
{
"File"
:
true
}
}