Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
jbilcke-hf
/
clapper
like
21
Running
on
CPU Upgrade
App
Files
Files
Community
1
b255f84
clapper
/
.prettierrc.json
jbilcke-hf
HF staff
add prettier config
b594e33
4 months ago
raw
Copy download link
history
blame
Safe
159 Bytes
{
"trailingComma"
:
"es5"
,
"semi"
:
false
,
"tabWidth"
:
2
,
"singleQuote"
:
true
,
"jsxSingleQuote"
:
false
,
"plugins"
:
[
"prettier-plugin-tailwindcss"
]
}