Skip to content

Commit 546d5f8

Browse files
chore(deps): update @biomejs/biome to v2.3.1 (#2322)
* chore(deps): update @biomejs/biome to v2.3.0 * chore(deps): update @biomejs/biome to v2.3.1 Signed-off-by: Adam Setch <adam.setch@outlook.com> --------- Signed-off-by: Adam Setch <adam.setch@outlook.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Adam Setch <adam.setch@outlook.com>
1 parent 642d63e commit 546d5f8

File tree

4 files changed

+54
-46
lines changed

4 files changed

+54
-46
lines changed

biome.json

Lines changed: 14 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.7/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.1/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
@@ -74,16 +74,19 @@
7474
}
7575
}
7676
},
77-
"vcs": {
78-
"enabled": true,
79-
"clientKind": "git",
80-
"useIgnoreFile": true
81-
},
8277
"formatter": {
8378
"enabled": true,
8479
"indentStyle": "space",
8580
"indentWidth": 2
8681
},
82+
"css": {
83+
"formatter": {
84+
"enabled": true
85+
},
86+
"parser": {
87+
"tailwindDirectives": true
88+
}
89+
},
8790
"javascript": {
8891
"formatter": {
8992
"quoteStyle": "single",
@@ -94,5 +97,10 @@
9497
"parser": {
9598
"allowComments": true
9699
}
100+
},
101+
"vcs": {
102+
"enabled": true,
103+
"clientKind": "git",
104+
"useIgnoreFile": true
97105
}
98106
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"react-router-dom": "7.9.4"
7575
},
7676
"devDependencies": {
77-
"@biomejs/biome": "2.2.7",
77+
"@biomejs/biome": "2.3.1",
7878
"@discordapp/twemoji": "16.0.1",
7979
"@electron/notarize": "3.1.0",
8080
"@primer/css": "22.0.2",

pnpm-lock.yaml

Lines changed: 38 additions & 38 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/renderer/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
@import "@primer/css/dist/primer.css";
66

77
/** Tailwind CSS Configuration */
8-
@config '../../tailwind.config.ts';
8+
@config "../../tailwind.config.ts";
99

1010
html,
1111
body,

0 commit comments

Comments
 (0)