Skip to content

Commit

Permalink
🔧 Add Prettier configuration for code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
marcode24 committed Dec 4, 2024
1 parent 41c3871 commit c6a35e8
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,11 @@
"svelte-i18n": "^4.0.0",
"typescript": "5.2.2"
},
"prettier": {
"semi": true,
"singleQuote": true,
"trailingComma": "all"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "^6.12.0",
"@typescript-eslint/parser": "^6.12.0",
Expand Down

0 comments on commit c6a35e8

Please sign in to comment.