Launcher/.prettierrc
Shadowner dee2b9a636 Refactoring Repository architecture + POC svelte
Only the interface is in state of work, there is no logic actually.
2023-03-11 17:12:38 +01:00

10 lines
208 B
Plaintext

{
"printWidth": 120,
"singleQuote": false,
"trailingComma": "es5",
"jsxSingleQuote": false,
"svelteSortOrder": "styles-scripts-markup",
"svelteStrictMode": true,
"svelteAllowShorthand": false
}