Skip to content

Commit c6a35e8

Browse files
committed
🔧 Add Prettier configuration for code formatting
1 parent 41c3871 commit c6a35e8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@
2525
"svelte-i18n": "^4.0.0",
2626
"typescript": "5.2.2"
2727
},
28+
"prettier": {
29+
"semi": true,
30+
"singleQuote": true,
31+
"trailingComma": "all"
32+
},
2833
"devDependencies": {
2934
"@typescript-eslint/eslint-plugin": "^6.12.0",
3035
"@typescript-eslint/parser": "^6.12.0",

0 commit comments

Comments
 (0)