Authored by huangyi

活动sdk init

root = true
[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = false
... ...
**/bundle/**/*.js
**/dist/**/*.js
coverage
public/build/**/*.js
public/src/js/*.js
public/static/js-sdk
public/static/yas-jssdk
public/js/home/jquery.upload.js
public/js/activity/live
/build/
/scripts/
... ...
... ... @@ -11,6 +11,16 @@
"build": "webpack --mode development --config ./webpack.config.babel.js ",
"lint-js": "lint-js"
},
"config": {
"lintJs": [
{
"title": "JS",
"path": [
"."
]
}
]
},
"repository": {
"type": "git",
"url": "http://git.yoho.cn/fe/yoho-activity-sdk.git"
... ...