Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
huggingface-projects
/
color-palette-generator-sd
like
68
Runtime error
App
Files
Files
Community
4
13fd302
color-palette-generator-sd
/
frontend
/
.prettierrc
radames
first
0e2b5bb
unverified
about 2 years ago
raw
Copy download link
history
blame
Safe
193 Bytes
{
"useTabs"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
100
,
"pluginSearchDirs"
:
[
"."
]
,
"overrides"
:
[
{
"files"
:
"*.svelte"
,
"options"
:
{
"parser"
:
"svelte"
}
}
]
}