This website works better with JavaScript
Página Principal
Explorar
Ajuda
Iniciar Sessão
caimei365
/
caimei-mall-admin-ui
Vigiar
5
Colocar Estrela
0
Fork
0
Ficheiros
Problemas
0
Pull Requests
0
Wiki
Árvore:
cea8f70ba0
Ramos
Etiquetas
developer
developerA
master
caimei-mall-...
/
.prettierrc.json
.prettierrc.json
148 B
Histórico
Em bruto
1
2
3
4
5
{
"semi": false, // 去掉结尾的分号
"singleQuote": true // 单引号替代双引号
"trailingComma": "none"// 末尾禁止添加逗号
}