kunkun/.prettierrc
Huakun Shen ad83e89e52
Some checks are pending
CI / build-test (macos-14) (push) Waiting to run
CI / build-test (ubuntu-24.04) (push) Waiting to run
CI / build-test (windows-latest) (push) Waiting to run
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

20 lines
314 B
Text

{
"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"
}
}
]
}