UNPKG
@zat-design/sisyphus-mobile-cli
Version:
latest (0.0.1-alpha.7)
0.0.1-alpha.7
0.0.1-alpha.6
0.0.1-alpha.5
0.0.1-alpha.4
0.0.1-alpha.3
0.0.1-alpha.2
0.0.1-alpha.1
移动端H5+小程序脚手架
@zat-design/sisyphus-mobile-cli
/
copy
/
template
/
zatVue3H5Template
/
prettier.config.js
12 lines
(11 loc)
•
228 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
"use strict"
;
module
.
exports
= {
printWidth
:
140
,
semi
:
true
,
vueIndentScriptAndStyle
:
true
,
singleQuote
:
true
,
trailingComma
:
'all'
,
proseWrap
:
'never'
,
htmlWhitespaceSensitivity
:
'strict'
,
endOfLine
:
'auto'
};