UNPKG
@lunisolar/plugin-char8ex
Version:
latest (0.2.5)
0.2.5
0.2.4
0.2.3
0.2.2
0.2.1
0.2.0
0.1.0
lunisolar.js的八字增强插件
lunisolar.js.org/guide/plugins/char8ex.html
lunisolars/plugins
@lunisolar/plugin-char8ex
/
.prettierrc.js
12 lines
(10 loc)
•
396 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
module
.
exports
= { printWidth:
100
,
// 代码宽度建议不超过100字符
tabWidth:
2
,
// tab缩进2个空格
semi:
false
,
// 末尾分号
singleQuote:
true
,
// 单引号
jsxSingleQuote:
true
,
// jsx中使用单引号
trailingComma:
'none'
,
// 尾随逗号
arrowParens:
'avoid'
,
// 箭头函数仅在必要时使用()
htmlWhitespaceSensitivity:
'css'
,
// html空格敏感度
}