UNPKG
@builton/core-sdk
Version:
latest (4.2.4)
4.2.4
4.2.3
4.2.2
4.2.1
4.2.0
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.3.0
3.2.1
3.2.0
3.1.0
3.0.4
3.0.3
3.0.2
2.0.0
Builton JavaScript SDK.
github.com/BuiltonDev/javascript-sdk
BuiltonDev/javascript-sdk
@builton/core-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"
}
}