UNPKG
wpd-cli
Version:
latest (0.4.0)
0.4.0
0.3.0
0.2.0
wpd-cli
github.com/xfxb/wpd-cli
wpd-cli
/
.eslintrc.js
17 lines
(12 loc)
•
274 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
module
.
exports
= {
"parser"
:
"babel-eslint"
,
"extends"
:
"airbnb"
,
"rules"
: {
"global-require"
:
1
,
"camelcase"
:
0
,
"no-console"
:
0
,
"no-restricted-syntax"
:
0
,
"no-underscore-dangle"
:
0
,
"guard-for-in"
:
0
}, }