UNPKG
postcss-px-to-vwvh
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.9
1.0.8
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.1
1.0.0
大屏项目自适应各类分辨率屏幕
github.com/shr1998vip/postcss-px-to-vwvh
shr1998vip/postcss-px-to-vwvh
postcss-px-to-vwvh
/
.prettierrc.js
9 lines
(8 loc)
•
380 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
module
.
exports
= { semi:
false
,
// 结尾是否使用分号
singleQuote:
true
,
// 使用单引号代替双引号
trailingComma:
'none'
,
// 最后一行不以逗号结尾
printWidth:
120
,
// 单行长度,超过则自动换行
bracketSpacing:
true
,
// 在对象前后添加空格-eg: { foo: bar }
jsxBracketSameLine:
false
// 多属性html标签的‘>’折行放置
}