Skip to content

Commit

Permalink
Merge branch 'main' into feat/backport-schema-changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seakayone authored Jul 31, 2024
2 parents bfcc164 + c95c691 commit 0ca18fd
Show file tree
Hide file tree
Showing 31 changed files with 3,257 additions and 902 deletions.
1 change: 1 addition & 0 deletions justfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ check:
# Format all rust code
fmt:
cargo +nightly fmt
cd web-frontend && yarn fmt

# Fix justfile formating. Warning: will change existing file. Please first use check.
fix:
Expand Down
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 0ca18fd

Please sign in to comment.