Skip to content

Commit 7eec064

Browse files
committed
chore: bump @biome/biomejs to v2.2.0
1 parent 9006904 commit 7eec064

File tree

3 files changed

+44
-44
lines changed

3 files changed

+44
-44
lines changed

biome.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.6.4/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.2.0/schema.json",
33
"files": {
4-
"ignore": ["./lib"]
4+
"includes": ["**", "!lib"]
55
},
6-
"organizeImports": {
7-
"enabled": true
6+
"assist": {
7+
"actions": { "source": { "organizeImports": "on" } }
88
},
99
"linter": {
1010
"enabled": true,

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"build": "run-s build:*",
1313
"build:lint": "biome check .",
1414
"build:ts": "tsup ./src",
15-
"lint": "biome check --apply .",
15+
"lint": "biome check --write .",
1616
"test": "node --env-file=.env -r ts-node/register",
1717
"test:stats": "pnpm test ./test/stats.test.ts",
1818
"test:list": "pnpm test ./test/list.test.ts",
@@ -24,7 +24,7 @@
2424
"node": ">=18.0.0"
2525
},
2626
"devDependencies": {
27-
"@biomejs/biome": "^1.6.4",
27+
"@biomejs/biome": "^2.2.0",
2828
"@changesets/cli": "^2.27.1",
2929
"@types/node": "^20.12.4",
3030
"npm-run-all": "^4.1.5",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)