Skip to content

Commit 22dc0dc

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.1.2/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"extends": ["@mkobayashime/shared-config/biome"],
44
"files": {
55
"includes": ["**", "!**/dist/*.js"]

0 commit comments

Comments
 (0)