Skip to content

Commit 4da61b8

Browse files
committed
chore(deps): bump @biomejs/biome to v2.2.2
1 parent 99ef8fb commit 4da61b8

File tree

3 files changed

+63
-49
lines changed

3 files changed

+63
-49
lines changed

biome.json

Lines changed: 24 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
11
{
22
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3-
"organizeImports": {
4-
"enabled": true
5-
},
6-
"linter": {
7-
"enabled": false
8-
},
93
"vcs": {
104
"clientKind": "git",
115
"useIgnoreFile": false,
126
"defaultBranch": "main"
137
},
148
"files": {
15-
"ignore": [
9+
"maxSize": 10000000,
10+
"ignoreUnknown": true,
11+
"includes": [
12+
"**/*.ts",
13+
"**/*.tsx",
14+
"**/*.js",
15+
"**/*.jsx",
16+
"**/*.json"
17+
],
18+
"experimentalScannerIgnores": [
1619
".next/",
1720
".pnpm-store/",
1821
"coverage/",
@@ -31,7 +34,8 @@
3134
"*.snap",
3235
"**/__snapshots__/",
3336
".docusaurus",
34-
".vitest-reports"
37+
".vitest-reports",
38+
"**/*.gen.ts"
3539
]
3640
},
3741
"formatter": {
@@ -58,13 +62,23 @@
5862
},
5963
"json": {
6064
"formatter": {
61-
"enabled": true
65+
"enabled": false
6266
},
6367
"parser": {
6468
"allowComments": true
6569
},
6670
"linter": {
67-
"enabled": true
71+
"enabled": false
72+
}
73+
},
74+
"linter": {
75+
"enabled": false
76+
},
77+
"assist": {
78+
"actions": {
79+
"source": {
80+
"organizeImports": "on"
81+
}
6882
}
6983
}
7084
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
]
5656
},
5757
"devDependencies": {
58-
"@biomejs/biome": "1.9.4",
58+
"@biomejs/biome": "2.2.2",
5959
"@commitlint/cli": "19.8.1",
6060
"@commitlint/config-conventional": "19.8.1",
6161
"@manypkg/cli": "0.24.0",

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)