Skip to content

Commit 3be8fb6

Browse files
committed
Make use of local schema for Biome config
1 parent 2ec95f7 commit 3be8fb6

1 file changed

Lines changed: 10 additions & 5 deletions

File tree

biome.json

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
2-
"$schema": "https://biomejs.dev/schemas/2.1.2/schema.json",
3-
"extends": ["@mkobayashime/shared-config/biome"],
4-
"files": {
5-
"includes": ["**", "!**/dist/*.js"]
6-
}
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
3+
"extends": [
4+
"@mkobayashime/shared-config/biome"
5+
],
6+
"files": {
7+
"includes": [
8+
"**",
9+
"!**/dist/*.js"
10+
]
11+
}
712
}

0 commit comments

Comments
 (0)