Fix svelte linting

This commit is contained in:
hensm
2022-06-03 16:45:44 +01:00
parent d0b9be7f70
commit f98f860034
7 changed files with 141 additions and 88 deletions

View File

@@ -2,5 +2,6 @@
"arrowParens": "avoid",
"tabWidth": 4,
"trailingComma": "none",
"quoteProps": "consistent"
"quoteProps": "consistent",
"plugins": ["prettier-plugin-svelte"]
}