Skip to content

Commit c744ddd

Browse files
fix(cli): update biome schema to use from the node modules
1 parent fc9ae4a commit c744ddd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

apps/cli/templates/addons/biome/biome.json.hbs

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.2.6/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"vcs": {
44
"enabled": false,
55
"clientKind": "git",

apps/cli/templates/addons/ultracite/biome.json.hbs

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.2.6/schema.json",
2+
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
33
"files": {
44
"ignoreUnknown": false,
55
"includes": [

0 commit comments

Comments
 (0)