Skip to content

Commit 765423c

Browse files
authored
build: use latest biome schema version (#2363)
1 parent 893a37d commit 765423c

File tree

10 files changed

+11
-13
lines changed

10 files changed

+11
-13
lines changed

biome.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"assist": {
44
"actions": {
55
"source": {
@@ -10,9 +10,7 @@
1010
"formatter": {
1111
"enabled": true,
1212
"formatWithErrors": false,
13-
"includes": [
14-
"**"
15-
],
13+
"includes": ["**"],
1614
"attributePosition": "auto",
1715
"indentStyle": "space",
1816
"indentWidth": 2,

packages/cli-hooks/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/cli-test/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/logger/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/oauth/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/rtm-api/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/socket-mode/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/types/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

packages/web-api/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"],
44
"overrides": [
55
{

packages/webhook/biome.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.0.5/schema.json",
2+
"$schema": "https://biomejs.dev/schemas/latest/schema.json",
33
"extends": ["../../biome.json"]
44
}

0 commit comments

Comments
 (0)