Skip to content

Commit

Permalink
ci: add .prettierrc.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinzent03 committed Jan 31, 2024
1 parent 5e56acf commit 5219c26
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ yarn.lock
*.js.map

.prettierignore
.prettierrc.json
/data.json

.vscode
Expand Down
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"trailingComma": "es5",
"tabWidth": 4,
"semi": true,
"plugins": ["prettier-plugin-svelte"],
"overrides": [{ "files": "*.svelte", "options": { "parser": "svelte" } }]
}

0 comments on commit 5219c26

Please sign in to comment.