This website works better with JavaScript
Home
Esplora
Aiuto
Accedi
caimei365
/
caimei-mall-admin-ui
Segui
5
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
cea8f70ba0
Rami (Branch)
Tag
developer
developerA
master
caimei-mall-...
/
.prettierrc.json
.prettierrc.json
148 B
Cronologia
Originale
1
2
3
4
5
{
"semi": false, // 去掉结尾的分号
"singleQuote": true // 单引号替代双引号
"trailingComma": "none"// 末尾禁止添加逗号
}