Skip to content

Commit

Permalink
chore(deps): update Biome
Browse files Browse the repository at this point in the history
  • Loading branch information
Conaclos committed Oct 1, 2024
1 parent 463709f commit 1398291
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 18 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
"files": {
"ignoreUnknown": true
},
Expand All @@ -23,6 +23,7 @@
"nursery": {
"all": true,
"noEnum": "off",
"noNestedTernary": "off",
"noSecrets": "off",
"useImportRestrictions": "off"
},
Expand Down
151 changes: 135 additions & 16 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
},
"devDependencies": {
"@bare-ts/lib": "~0.4.0",
"@biomejs/biome": "1.9.2",
"@biomejs/biome": "1.9.3",
"@types/node": "20.0.0",
"esbuild": "0.23.1",
"oletus": "4.0.0",
Expand Down

0 comments on commit 1398291

Please sign in to comment.