UNPKG
wpd
Version:
Pre-alpha (0.1.14-11)
latest (0.2.0)
0.2.0
0.1.17
0.1.16-1
0.1.16-0
0.1.15
0.1.14
0.1.14-11
0.1.14-10
0.1.14-9
0.1.14-8
0.1.14-7
0.1.14-6
0.1.14-5
0.1.14-4
0.1.14-3
0.1.14-2
0.1.14-1
0.1.14-0
webapck ant.design dva build
github.com/xfxb/wpd
wpd
/
.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
}, }