Authored by huangyi

活动sdk init

  1 +root = true
  2 +
  3 +[*]
  4 +indent_style = space
  5 +indent_size = 4
  6 +end_of_line = lf
  7 +charset = utf-8
  8 +trim_trailing_whitespace = true
  9 +insert_final_newline = true
  10 +
  11 +[*.md]
  12 +trim_trailing_whitespace = false
  1 +**/bundle/**/*.js
  2 +**/dist/**/*.js
  3 +coverage
  4 +public/build/**/*.js
  5 +public/src/js/*.js
  6 +public/static/js-sdk
  7 +public/static/yas-jssdk
  8 +public/js/home/jquery.upload.js
  9 +public/js/activity/live
  10 +/build/
  11 +/scripts/
@@ -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"