mirror of
https://github.com/midou36o/midou36o.github.io
synced 2024-11-08 19:32:23 +05:30
10 lines
233 B
Plaintext
10 lines
233 B
Plaintext
|
{
|
||
|
"useTabs": true,
|
||
|
"singleQuote": true,
|
||
|
"trailingComma": "none",
|
||
|
"printWidth": 100,
|
||
|
"plugins": ["prettier-plugin-svelte"],
|
||
|
"pluginSearchDirs": ["."],
|
||
|
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
|
||
|
}
|