Skip to content

Commit

Permalink
chore: bump biome version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benricheson101 committed Sep 17, 2024
1 parent a3662cd commit 125588a
Show file tree
Hide file tree
Showing 3 changed files with 50 additions and 49 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,8 @@
"quoteProperties": "asNeeded",
"quoteStyle": "single",
"semicolons": "always",
"trailingComma": "es5"
"trailingComma": "es5",
"trailingCommas": "es5"
}
}
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
],
"license": "MIT",
"devDependencies": {
"@biomejs/biome": "^1.5.3",
"@biomejs/biome": "^1.9.1",
"@types/node": "^20.11.16",
"typescript": "^5.3.3"
},
Expand Down
94 changes: 47 additions & 47 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 125588a

Please sign in to comment.