mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
8 lines
154 B
JSON
8 lines
154 B
JSON
{
|
|
"arrowParens": "avoid",
|
|
"tabWidth": 4,
|
|
"trailingComma": "none",
|
|
"quoteProps": "consistent",
|
|
"plugins": ["prettier-plugin-svelte"]
|
|
}
|