Skip to content

Commit 4c714cc

Browse files
authored
chore(deps): update Biome to v2 (#23)
1 parent 2a852fe commit 4c714cc

3 files changed

Lines changed: 43 additions & 43 deletions

File tree

biome.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/1.8.3/schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3+
"assist": { "actions": { "source": { "organizeImports": "on" } } },
64
"vcs": {
75
"enabled": true,
86
"defaultBranch": "main",

package.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@
1414
"main": "./dist/index.js",
1515
"module": "./dist/index.mjs",
1616
"types": "./dist/index.d.ts",
17-
"files": ["dist"],
17+
"files": [
18+
"dist"
19+
],
1820
"scripts": {
1921
"build": "rslib build",
2022
"dev": "rslib build --watch",
@@ -28,7 +30,7 @@
2830
"pre-commit": "npm run lint:write"
2931
},
3032
"devDependencies": {
31-
"@biomejs/biome": "^1.9.4",
33+
"@biomejs/biome": "^2.1.1",
3234
"@playwright/test": "^1.53.2",
3335
"@rsbuild/core": "^1.4.2",
3436
"@rslib/core": "^0.10.4",

pnpm-lock.yaml

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

0 commit comments

Comments
 (0)