Showing
3 changed files
with
33 additions
and
0 deletions
.editorconfig
0 → 100644
.eslintignore
0 → 100644
@@ -11,6 +11,16 @@ | @@ -11,6 +11,16 @@ | ||
11 | "build": "webpack --mode development --config ./webpack.config.babel.js ", | 11 | "build": "webpack --mode development --config ./webpack.config.babel.js ", |
12 | "lint-js": "lint-js" | 12 | "lint-js": "lint-js" |
13 | }, | 13 | }, |
14 | + "config": { | ||
15 | + "lintJs": [ | ||
16 | + { | ||
17 | + "title": "JS", | ||
18 | + "path": [ | ||
19 | + "." | ||
20 | + ] | ||
21 | + } | ||
22 | + ] | ||
23 | + }, | ||
14 | "repository": { | 24 | "repository": { |
15 | "type": "git", | 25 | "type": "git", |
16 | "url": "http://git.yoho.cn/fe/yoho-activity-sdk.git" | 26 | "url": "http://git.yoho.cn/fe/yoho-activity-sdk.git" |
-
Please register or login to post a comment