mirror of
https://github.com/KevinMidboe/brewPi.git
synced 2025-12-08 04:08:46 +00:00
New and improved in sveltekit
This commit is contained in:
10
.prettierrc
10
.prettierrc
@@ -1,6 +1,10 @@
|
||||
{
|
||||
"useTabs": true,
|
||||
"useTabs": false,
|
||||
"singleQuote": true,
|
||||
"trailingComma": "none",
|
||||
"printWidth": 100
|
||||
}
|
||||
"printWidth": 100,
|
||||
"plugins": ["prettier-plugin-svelte"],
|
||||
"pluginSearchDirs": ["."],
|
||||
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
|
||||
"svelteStrictMode": true
|
||||
}
|
||||
Reference in New Issue
Block a user