Skip to content

Commit eda5127

Browse files
committed
chore: update Biome and use new ignore syntax
1 parent a335d65 commit eda5127

File tree

3 files changed

+47
-40
lines changed

3 files changed

+47
-40
lines changed

biome.jsonc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.2.6/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/2.3.2/schema.json",
33
"files": {
4-
"includes": ["**", "!**/smoke/**", "!**/fixtures/**", "!**/_temp-fixtures/**", "!**/vendor/**"]
4+
"includes": [
5+
"**",
6+
"!**/vendor",
7+
"!!**/smoke",
8+
"!!**/fixtures",
9+
"!!**/_temp-fixtures",
10+
"!!**/dist"
11+
]
512
},
613
"vcs": {
714
"enabled": true,

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
},
5959
"devDependencies": {
6060
"@astrojs/check": "^0.9.5",
61-
"@biomejs/biome": "2.2.6",
61+
"@biomejs/biome": "2.3.2",
6262
"@changesets/changelog-github": "^0.5.1",
6363
"@changesets/cli": "^2.29.7",
6464
"@types/node": "^18.19.115",

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)