Skip to content

Commit 34b4855

Browse files
committed
added prettier configs
1 parent 51b48be commit 34b4855

File tree

4 files changed

+957
-253
lines changed

4 files changed

+957
-253
lines changed

.prettierrc

+1-14
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
{
22
"plugins": ["@ianvs/prettier-plugin-sort-imports"],
3-
"overrides": [
4-
{
5-
"files": "*.svelte",
6-
"options": { "parser": "svelte" }
7-
}
8-
],
93
"printWidth": 80,
104
"tabWidth": 2,
115
"trailingComma": "all",
@@ -18,16 +12,9 @@
1812
"",
1913
"<BUILTIN_MODULES>",
2014
"<THIRD_PARTY_MODULES>",
21-
"^svelte(.*)$",
22-
"^@supeer(.*)$",
2315
"",
24-
"^\\$app/(.*)$",
25-
"^\\$lib/(.*)$",
26-
"^\\$entities/(.*)$",
27-
"^\\$components/(.*)$",
2816
"^[../]",
29-
"^[./]",
30-
".css$"
17+
"^[./]"
3118
],
3219
"importOrderSeparation": false,
3320
"importOrderSortSpecifiers": true

0 commit comments

Comments
 (0)