This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
LLM
/
chat-client-web
Seguir
3
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Árbore:
955585160b
Ramas
Etiquetas
app-permission
dev/app
dev/liudanxuan
dev/second
dev/standard
master
plusSingle
chat-client-web
/
.lintstagedrc.json
.lintstagedrc.json
102 B
Histórico
Raw
1
2
3
4
5
6
{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,md}": [
"eslint --fix",
"prettier --write"
]
}