mirror of
https://github.com/runebookai/tome.git
synced 2025-07-21 00:27:30 +03:00
21 lines
386 B
Plaintext
21 lines
386 B
Plaintext
{
|
|
"useTabs": true,
|
|
"singleQuote": true,
|
|
"tabWidth": 4,
|
|
"semi": true,
|
|
"trailingComma": "es5",
|
|
"printWidth": 100,
|
|
"plugins": [
|
|
"prettier-plugin-svelte",
|
|
"prettier-plugin-tailwindcss"
|
|
],
|
|
"overrides": [
|
|
{
|
|
"files": "*.svelte",
|
|
"options": {
|
|
"parser": "svelte"
|
|
}
|
|
}
|
|
]
|
|
}
|