lure-web/lure-frontend/.prettierrc
Elara Musayelyan 35b21b7b6b
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Move frontend to a subdirectory
2023-09-26 15:16:48 -07:00

10 lines
233 B
Plaintext

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