parent
bf0efefd1f
commit
df5af0fe26
@ -0,0 +1,14 @@ |
|||||||
|
{ |
||||||
|
"plugins": ["prettier-plugin-svelte"], |
||||||
|
"overrides": [ |
||||||
|
{ |
||||||
|
"files": "*", |
||||||
|
"excludeFiles": ["*.svelte", "*.html", "*.json"], |
||||||
|
"options": { |
||||||
|
"tabWidth": 4 |
||||||
|
} |
||||||
|
}, |
||||||
|
{ "files": "*.svelte", "options": { "parser": "svelte" } } |
||||||
|
], |
||||||
|
"trailingComma": "es5" |
||||||
|
} |
File diff suppressed because it is too large
Load Diff
Loading…
Reference in new issue