File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change
1
+ dist
2
+
3
+ * .css
4
+ * .html
5
+ * .md
6
+ * .yml
7
+ * .min.js
8
+ package.json
9
+ package-lock.json
Original file line number Diff line number Diff line change
1
+ {
2
+ "printWidth" : 80 ,
3
+ "trailingComma" : " es5" ,
4
+ "tabWidth" : 2 ,
5
+ "semi" : true ,
6
+ "singleQuote" : false ,
7
+ "arrowParens" : " avoid"
8
+ }
Original file line number Diff line number Diff line change 25
25
"gulp-uglify" : " ^3.0.2" ,
26
26
"gulp-useref" : " ^4.0.1" ,
27
27
"http-proxy-middleware" : " ^1.0.6" ,
28
+ "prettier" : " 2.8.8" ,
28
29
"rollup" : " ^2.32.1" ,
29
30
"rollup-plugin-terser" : " ^6.1.0" ,
30
31
"standard-version" : " ^8.0.2" ,
51
52
"docs:dev" : " vuepress dev docs" ,
52
53
"docs:build" : " vuepress build docs" ,
53
54
"commit" : " git-cz" ,
54
- "release" : " standard-version"
55
+ "release" : " standard-version" ,
56
+ "prettier" : " npx prettier --check ." ,
57
+ "prettier:fix" : " npx prettier -w ."
55
58
},
56
59
"files" : [
57
60
" dist"
You can’t perform that action at this time.
0 commit comments