chore: bump everything (#56)

This commit is contained in:
Ax333l
2023-01-02 19:40:29 +01:00
committed by GitHub
parent e1b8445b59
commit c9e0edf842
9 changed files with 1197 additions and 710 deletions

View File

@@ -2,5 +2,8 @@
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}