Skip to content

Commit

Permalink
upgrade biome
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed Sep 16, 2024
1 parent a871450 commit b3d6929
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Setup Biome
uses: biomejs/setup-biome@v2
with:
version: 1.6.0
version: 1.9.1

- name: Run Biome
run: biome ci .
2 changes: 1 addition & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.6.0/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.1/schema.json",
"files": {
"ignore": ["apps/web/src/components/ui/**/*"]
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"private": true,
"version": "1.0.0",
"devDependencies": {
"@biomejs/biome": "1.6.0",
"@biomejs/biome": "1.9.1",
"@types/node": "^20.11.5",
"husky": "^9.0.11",
"is-ci": "^3.0.1",
Expand Down
92 changes: 46 additions & 46 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b3d6929

Please sign in to comment.