Hugging Face
Models
Datasets
Spaces
Posts
Docs
Solutions
Pricing
Log In
Sign Up
Spaces:
enzostvs
/
whois
like
15
Runtime error
App
Files
Files
Community
1
eb54f99
whois
/
.prettierrc
Esteves Enzo
initial project
fcc7678
12 months ago
raw
Copy download link
history
blame
Safe
205 Bytes
{
"useTabs"
:
true
,
"singleQuote"
:
true
,
"trailingComma"
:
"none"
,
"printWidth"
:
100
,
"plugins"
:
[
"prettier-plugin-svelte"
]
,
"overrides"
:
[
{
"files"
:
"*.svelte"
,
"options"
:
{
"parser"
:
"svelte"
}
}
]
}