-
|
I noticed there is no .prettierrc config file in the project - how to deal with formatting the files? I'll add below the config I normally use, but I'm sure @inokawa has their own setup. If there is another tool handling this please let me know, thanks! My config: {
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": [
"prettier-plugin-svelte",
"prettier-plugin-tailwindcss"
],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}
|
Beta Was this translation helpful? Give feedback.
Answered by
inokawa
Jan 25, 2026
Replies: 1 comment
-
|
I set up prettier in #848 |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
inokawa
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I set up prettier in #848