Skip to content
This repository was archived by the owner on May 31, 2026. It is now read-only.

Commit 9d38292

Browse files
chore(deps): update dependency @biomejs/biome to v2.2.2 (#439)
* chore(deps): update dependency @biomejs/biome to v2.2.2 * fixL issues --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Darkflame72 <leon@darkflame.dev>
1 parent fcecd26 commit 9d38292

9 files changed

Lines changed: 2865 additions & 969 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,11 @@ jobs:
1414
- name: Lint project
1515
run: pnpm run lint:ci
1616

17+
- name: Prettier check
18+
run: pnpm run format:check
19+
20+
- name: Astro Check
21+
run: pnpm run check
22+
1723
- name: Build project
1824
run: pnpm run build

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,9 @@
1111
"check": "astro check",
1212
"lint": "biome check",
1313
"lint:ci": "biome ci",
14-
"lint:fix": "biome check --write ."
14+
"lint:fix": "biome check --write .",
15+
"format": "prettier --write .",
16+
"format:check": "prettier --check ."
1517
},
1618
"dependencies": {
1719
"@astrojs/sitemap": "^3.5.0",
@@ -23,7 +25,7 @@
2325
},
2426
"devDependencies": {
2527
"@astrojs/check": "0.9.4",
26-
"@biomejs/biome": "2.1.1",
28+
"@biomejs/biome": "2.2.2",
2729
"@tailwindcss/vite": "4.1.12",
2830
"prettier": "3.6.2",
2931
"prettier-plugin-astro": "0.14.1",

0 commit comments

Comments
 (0)