Skip to content

Commit

Permalink
chore: codeformat
Browse files Browse the repository at this point in the history
  • Loading branch information
richard1015 committed Sep 28, 2021
1 parent daa9588 commit ac44cd8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 126 deletions.
4 changes: 3 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@
"bracketSpacing": true,
"tabWidth": 2,
"useTabs": false,
"printWidth": 120,
"proseWrap": "preserve",
"htmlWhitespaceSensitivity": "strict",
"trailingComma": "none"
}
}
33 changes: 0 additions & 33 deletions jd/copyDistToTaro.js

This file was deleted.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
"prepare": "husky install",
"test": "jest",
"release": "standard-version -a",
"copytaro": "node jd/copyDistToTaro.js"
"codeformat": "prettier --write ."
},
"standard-version": {
"scripts": {
Expand Down
91 changes: 0 additions & 91 deletions vue.config.old.js

This file was deleted.

0 comments on commit ac44cd8

Please sign in to comment.