mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-08 08:39:59 +00:00
Fix svelte linting
This commit is contained in:
@@ -2,5 +2,6 @@
|
||||
"arrowParens": "avoid",
|
||||
"tabWidth": 4,
|
||||
"trailingComma": "none",
|
||||
"quoteProps": "consistent"
|
||||
"quoteProps": "consistent",
|
||||
"plugins": ["prettier-plugin-svelte"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user