UNPKG
he-cli-fe
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
frontend cli tool for development
he-cli-fe
/
.prettierrc.js
16 lines
•
331 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
module
.exports = {
//
单引号
singleQuote:
true
,
//
末尾不需要逗号
'es5'
/none
trailingComma:
'es5'
,
//
一行最大字符数
printWidth:
120
,
//
缩进数
tabWidth:
2
,
//
不用缩进用空格
useTabs:
false
,
//
行尾分号
semi:
false
,
//
大括号首位空格
bracketSpacing:
true
};