Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
tsi-org
/
vidcraft
like
0
Build error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
main
vidcraft
/
.prettierrc.js
tsi-org
Upload 89 files
19e25f3
almost 2 years ago
raw
Copy download link
history
blame
contribute
delete
Safe
121 Bytes
module
.
exports
= {
arrowParens
:
'always'
,
singleQuote
:
true
,
jsxSingleQuote
:
true
,
tabWidth
:
2
,
semi
:
true
,
};