Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
VTechAI
/
ChatUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
ChatUI
/
prettier.config.cjs
VTechAI
add
fed832e
about 1 year ago
raw
Copy download link
history
blame
contribute
delete
Safe
113 Bytes
module
.
exports
= {
trailingComma
:
'all'
,
tabWidth
:
2
,
semi
:
true
,
singleQuote
:
true
,
printWidth
:
80
,
}