Merge remote-tracking branch 'origin/V2.14.1' into V2.15.0
Showing
.prettierignore
0 → 100644
.prettierrc
0 → 100644
| ... | ... | @@ -15,7 +15,8 @@ |
| "dev:mp-alipay": "npm run dev:alipay", | ||
| "build:mp-weixin": "npm run master:weixin", | ||
| "build:mp-alipay": "npm run master:alipay", | ||
| "info": "node node_modules/@dcloudio/vue-cli-plugin-uni/commands/info.js" | ||
| "info": "node node_modules/@dcloudio/vue-cli-plugin-uni/commands/info.js", | ||
| "pretty": "pretty-quick --staged" | ||
| }, | ||
| "dependencies": { | ||
| "@dcloudio/uni-mp-alipay": "*", | ||
| ... | ... | @@ -37,8 +38,11 @@ |
| "@vue/cli-plugin-babel": "3.5.1", | ||
| "@vue/cli-service": "^3.8.0", | ||
| "babel-plugin-import": "^1.11.0", | ||
| "husky": "^3.0.1", | ||
| "node-sass": "^4.12.0", | ||
| "postcss-comment": "^2.0.0", | ||
| "prettier": "^1.18.2", | ||
| "pretty-quick": "^1.11.1", | ||
| "sass-loader": "^7.1.0", | ||
| "vue-template-compiler": "^2.6.10" | ||
| }, | ||
| ... | ... | @@ -46,5 +50,10 @@ |
| "last 3 versions", | ||
| "Android >= 4.4", | ||
| "ios >= 8" | ||
| ] | ||
| ], | ||
| "husky": { | ||
| "hooks": { | ||
| "pre-commit": "pretty-quick --staged --bail" | ||
| } | ||
| } | ||
| } |
This diff is collapsed.
Please register or sign in to comment