Skip to content

Commit 345e28a

Browse files
authored
chore: fix renovate (#24)
1 parent 5572230 commit 345e28a

File tree

6 files changed

+1023
-960
lines changed

6 files changed

+1023
-960
lines changed

.prettierrc.json

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
{
22
"singleQuote": true,
3-
"semi": false
3+
"semi": false,
4+
"overrides": [
5+
{
6+
"files": ["*.json5"],
7+
"options": {
8+
"singleQuote": false,
9+
"quoteProps": "preserve"
10+
}
11+
}
12+
]
413
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"packageManager": "pnpm@7.30.5",
2+
"packageManager": "pnpm@8.6.5",
33
"scripts": {
44
"bootstrap": "pnpm i && cd runner && pnpm i",
55
"type-check": "pnpm -r type-check",

0 commit comments

Comments
 (0)