UNPKG
gugu-node
Version:
latest (1.0.7)
1.0.7
1.0.6
1.0.5
1.0.3
1.0.2
1.0.1
1.0.0
unofficial memobird node sdk
github.com/liyaodong/gugu-node
liyaodong/gugu-node
gugu-node
/
.eslintrc
20 lines
(19 loc)
•
308 B
Plain Text
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
"env"
:
{
"node"
:
true
,
"mocha"
:
true
}
,
"extends"
:
"airbnb"
,
"rules"
:
{
"func-names"
:
0
,
"no-new"
:
0
,
"no-use-before-define"
:
0
,
"no-script-url"
:
0
,
"no-alert"
:
0
,
"no-console"
:
0
,
"prefer-arrow-callback"
:
0
,
"arrow-body-style"
:
0
,
}
,
"globals"
:
{
}
}