Skip to content

Commit 4950ca0

Browse files
committed
refactor: wip
1 parent ed64102 commit 4950ca0

15 files changed

+1034
-931
lines changed

.prettierrc

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,13 @@
88
"^@code-pushup/(.*)$",
99
"^[./]"
1010
],
11-
"importOrderSortSpecifiers": true
11+
"importOrderSortSpecifiers": true,
12+
"overrides": [
13+
{
14+
"files": "*.json",
15+
"options": {
16+
"trailingComma": "none"
17+
}
18+
}
19+
]
1220
}

0 commit comments

Comments
 (0)