Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
dia-gov
/
AgentGPT-Web-GUI
like
0
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
cef0019
AgentGPT-Web-GUI
/
next
/
prettier.config.cjs
dia-gov
Upload 569 files
cd6f98e
verified
4 months ago
raw
Copy download link
history
blame
Safe
142 Bytes
/**
@type
{
import("prettier").Config
} */
module
.
exports
= {
plugins
: [
require
.
resolve
(
"prettier-plugin-tailwindcss"
)],
printWidth
:
100
};