Skip to content

Commit

Permalink
Add prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone committed Jul 30, 2024
1 parent eb9526b commit a31a81d
Show file tree
Hide file tree
Showing 30 changed files with 3,280 additions and 918 deletions.
12 changes: 7 additions & 5 deletions web-frontend/.prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
{
"singleQuote": true,
"svelteAllowShorthand": true,
"allowShorthand": true,
"svelteBracketNewLine": false,
"svelteStrictMode": false
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }],
"singleQuote": true,
"svelteAllowShorthand": true,
"allowShorthand": true,
"svelteBracketNewLine": false,
"svelteStrictMode": false
}
Loading

0 comments on commit a31a81d

Please sign in to comment.