Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
TwanAPI/test
TwanAPI
/
testjsdj
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
38a6302
testjsdj
/
prettierrc.config.js
Twan07
Upload 8 files
7f94664
verified
29 days ago
raw
Copy download link
history
blame
Safe
138 Bytes
// prettier.config.js
module
.
exports
= {
semi
:
true
,
singleQuote
:
true
,
trailingComma
:
'none'
,
printWidth
:
100
,
tabWidth
:
2
,
};