portfolio/.prettierrc

10 lines
233 B
Plaintext
Raw Normal View History

2022-07-04 12:30:43 +00:00
{
2023-06-18 12:18:12 +00:00
"useTabs": true,
"singleQuote": true,
"trailingComma": "none",
"printWidth": 100,
"plugins": ["prettier-plugin-svelte"],
"pluginSearchDirs": ["."],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
2022-07-04 12:30:43 +00:00
}