Toggle navigation
Toggle navigation
This project
Loading...
Sign in
mobile
/
yoho-miniapp-mkt
·
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
bevishuang
2019-08-07 10:26:18 +0800
Commit
7cde1d2513e7581c219a9830a786d299c550d668
1 parent
1ac468c1
初始化
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
0 deletions
app
package.json
app
@
46a72d5a
Subproject commit 46a72d5a1a04303bd1c72bca92c8032971076de6
...
...
package.json
0 → 100644
View file @
7cde1d2
{
"name"
:
"yoho-miniapp-mkt"
,
"version"
:
"1.0.1"
,
"description"
:
"yoho-miniapp-mkt"
,
"main"
:
"app.js"
,
"scripts"
:
{
"lint-css"
:
"stylelint -s scss --cache --custom-formatter ./node_modules/stylelint-formatter-table ./**/*.wxss"
,
"lint-js"
:
"eslint --fix --format table --ext .js,.wxs --cache ."
,
"lint-all"
:
"npm run -s lint-js && npm run -s lint-css"
,
"precommit"
:
"lint-staged"
},
"lint-staged"
:
{
"*.{js,wxs}"
:
[
"eslint --fix --format table"
,
"git add"
],
"*.{wxss,scss,css}"
:
[
"stylelint --fix --custom-formatter ./node_modules/stylelint-formatter-table"
,
"git add"
]
},
"repository"
:
{
"type"
:
"git"
,
"url"
:
"git@git.yoho.cn:fe/yoho-miniapp-mkt.git"
},
"keywords"
:
[
"yoho"
],
"author"
:
"yoho <fe@yoho.cn> (http://yoho.cn/)"
,
"license"
:
"UNLICENSED"
,
"devDependencies"
:
{
"eslint"
:
"^4.16.0"
,
"eslint-config-yoho"
:
"^1.0.9"
,
"husky"
:
"^0.14.3"
,
"lint-staged"
:
"^6.0.1"
,
"stylelint"
:
"^8.4.0"
,
"stylelint-config-yoho"
:
"^1.2.12"
,
"stylelint-formatter-table"
:
"^1.0.4"
}
}
...
...
Please
register
or
login
to post a comment