hi-landing-hero/.prettierrc.json
2025-12-29 07:06:53 -08:00

8 lines
166 B
JSON

{
"$schema": "https://json.schemastore.org/prettierrc",
"semi": false,
"singleQuote": true,
"printWidth": 100,
"plugins": ["prettier-plugin-tailwindcss"]
}