iot-heater/dashboard/.prettierrc

10 lines
232 B
Plaintext
Raw Permalink Normal View History

2023-02-18 22:09:24 +00:00
{
"useTabs": true,
"singleQuote": true,
2023-03-27 12:50:35 +00:00
"trailingComma": "all",
2023-02-18 22:09:24 +00:00
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}