Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
failfast
/
2D-GameCreator
like
18
Runtime error
App
Files
Files
Community
2
24e9313
2D-GameCreator
/
.prettierrc
pixelass
feat: initial prototype
a86df80
unverified
over 1 year ago
raw
Copy download link
history
blame
Safe
202 Bytes
{
"trailingComma"
:
"es5"
,
"semi"
:
true
,
"singleQuote"
:
false
,
"quoteProps"
:
"as-needed"
,
"jsxSingleQuote"
:
false
,
"bracketSpacing"
:
true
,
"arrowParens"
:
"avoid"
,
"proseWrap"
:
"always"
}