Skip to content

Commit 3966330

Browse files
committed
Add .prettierrc
Signed-off-by: Rūdolfs Ošiņš <[email protected]>
1 parent dfd5dcf commit 3966330

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"arrowParens": "avoid",
3+
"trailingComma": "es5",
4+
"plugins": ["prettier-plugin-svelte"],
5+
"svelteSortOrder" : "options-scripts-styles-markup",
6+
"bracketSameLine": true
7+
}

0 commit comments

Comments
 (0)