monofile/.prettierrc
Jack W. 6220cd8b0f
refactor: ♻️ Use Vite instead of Rollup
Soon: Hono instead of Express
2023-10-24 17:18:36 -04:00

7 lines
79 B
Plaintext

{
"useTabs": false,
"semi": false,
"trailingComma": "es5",
"tabWidth": 4
}