chore: config prettier
This commit is contained in:
parent
d99333110c
commit
cd09169130
2 changed files with 16 additions and 0 deletions
6
.prettierignore
Normal file
6
.prettierignore
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
out
|
||||||
|
dist
|
||||||
|
pnpm-lock.yaml
|
||||||
|
LICENSE.md
|
||||||
|
tsconfig.json
|
||||||
|
tsconfig.*.json
|
||||||
10
.prettierrc.yml
Normal file
10
.prettierrc.yml
Normal file
|
|
@ -0,0 +1,10 @@
|
||||||
|
singleQuote: true
|
||||||
|
semi: false
|
||||||
|
printWidth: 100
|
||||||
|
trailingComma: none
|
||||||
|
plugins:
|
||||||
|
- prettier-plugin-svelte
|
||||||
|
overrides:
|
||||||
|
- files: '*.svelte'
|
||||||
|
options:
|
||||||
|
parser: svelte
|
||||||
Loading…
Add table
Add a link
Reference in a new issue