Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Asman2010
/
Perplexica
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
a2bd66c
Perplexica
/
ui
/
.prettierrc.js
Asman2010
Upload 65 files
f5ed9bf
verified
over 1 year ago
raw
Copy download link
history
blame
Safe
198 Bytes
/**
@type
{
import("prettier").Config
} */
const
config = {
printWidth
:
80
,
trailingComma
:
'all'
,
endOfLine
:
'auto'
,
singleQuote
:
true
,
tabWidth
:
2
,
};
module
.
exports
= config;