Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
yuhanbo/chat-gpt
ldyzrgy
/
chat-gpt
like
0
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
chat-gpt
/
.lintstagedrc.json
ldyzrgy
Duplicate from yuhanbo/chat-gpt
9c893cb
over 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
114 Bytes
{
"./app/**/*.{js,ts,jsx,tsx,json,html,css,scss,md}"
:
[
"eslint --fix"
,
"prettier --write"
]
}