chore: config prettier

This commit is contained in:
HerozDotExe 2024-12-06 17:53:41 +01:00
parent d99333110c
commit cd09169130
2 changed files with 16 additions and 0 deletions

6
.prettierignore Normal file
View file

@ -0,0 +1,6 @@
out
dist
pnpm-lock.yaml
LICENSE.md
tsconfig.json
tsconfig.*.json

10
.prettierrc.yml Normal file
View file

@ -0,0 +1,10 @@
singleQuote: true
semi: false
printWidth: 100
trailingComma: none
plugins:
- prettier-plugin-svelte
overrides:
- files: '*.svelte'
options:
parser: svelte