iot-heater/dashboard/.prettierrc
Gašper Dobrovoljc 8e64445c25
Work
2023-03-27 14:50:35 +02:00

10 lines
232 B
Plaintext

{
"useTabs": true,
"singleQuote": true,
"trailingComma": "all",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}