Files
space-stream/.prettierrc
T
CaZzzer fde245058e Initialize web application via create-cloudflare CLI
Details:
  C3 = [email protected].4
  project name = space-stream
  framework = svelte
  framework cli = [email protected].4
  package manager = [email protected]
  wrangler = [email protected].1
  git = 2.53.0
2026-04-11 02:16:57 -07:00

20 lines
313 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"tailwindStylesheet": "./src/routes/layout.css",
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}