Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-activity-sdk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
huangyi
2018-10-09 10:01:16 +0800
Commit
cf487b54f1d1387106e69c8e042710a0174a69e3
1 parent
8ef975e3
活动sdk init
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
33 additions
and
0 deletions
.editorconfig
.eslintignore
package.json
.editorconfig
0 → 100644
View file @
cf487b5
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
...
...
.eslintignore
0 → 100644
View file @
cf487b5
**/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/
...
...
package.json
View file @
cf487b5
...
...
@@ -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"
...
...
Please
register
or
login
to post a comment