kunkun/.prettierrc
Huakun Shen ad83e89e52
feat: implement pixel dance animation component, page and command (#8)
* feat: implement pixel dance animation component, page and command

* feat: make entire dance page draggable

* feat: add dance transition for ui-iframe extension loading
2024-11-03 19:34:07 -05:00

21 lines
314 B
Plaintext

{
"printWidth": 100,
"tabWidth": 2,
"trailingComma": "none",
"semi": false,
"useTabs": true,
"plugins": [
"prettier-plugin-svelte",
"@ianvs/prettier-plugin-sort-imports",
"prettier-plugin-tailwindcss"
],
"overrides": [
{
"files": "*.svelte",
"options": {
"parser": "svelte"
}
}
]
}