Files
space-stream/.prettierrc
Yuri Tatishchev fde245058e Initialize web application via create-cloudflare CLI
Details:
  C3 = create-cloudflare@2.66.4
  project name = space-stream
  framework = svelte
  framework cli = sv@0.12.4
  package manager = bun@1.3.11
  wrangler = wrangler@4.81.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"
}
}
]
}