Move menu IDs to reduce bundle size + misc config fixes

This commit is contained in:
hensm
2022-06-03 18:25:11 +01:00
parent f98f860034
commit 079adc2f68
6 changed files with 25 additions and 30 deletions

View File

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