Skip to content

Commit 1398291

Browse files
committed
chore(deps): update Biome
1 parent 463709f commit 1398291

File tree

3 files changed

+138
-18
lines changed

3 files changed

+138
-18
lines changed

biome.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.9.2/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/1.9.3/schema.json",
33
"files": {
44
"ignoreUnknown": true
55
},
@@ -23,6 +23,7 @@
2323
"nursery": {
2424
"all": true,
2525
"noEnum": "off",
26+
"noNestedTernary": "off",
2627
"noSecrets": "off",
2728
"useImportRestrictions": "off"
2829
},

package-lock.json

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
},
6666
"devDependencies": {
6767
"@bare-ts/lib": "~0.4.0",
68-
"@biomejs/biome": "1.9.2",
68+
"@biomejs/biome": "1.9.3",
6969
"@types/node": "20.0.0",
7070
"esbuild": "0.23.1",
7171
"oletus": "4.0.0",

0 commit comments

Comments
 (0)