⚙️ config(biome): use json schema from mason installed package
This commit is contained in:
parent
f31f9dbf87
commit
47f87ed9af
1 changed files with 7 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
// Use the schema of the version installed from mason
|
||||||
|
"$schema": "~/.local/share/nvim/mason/packages/biome/node_modules/@biomejs/biome/configuration_schema.json",
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
@ -26,6 +27,11 @@
|
||||||
"all": true
|
"all": true
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"vcs": {
|
||||||
|
"enabled": true,
|
||||||
|
"clientKind": "git",
|
||||||
|
"useIgnoreFile": true
|
||||||
|
},
|
||||||
"json": {
|
"json": {
|
||||||
"parser": { "allowComments": true } // for `tsconfig.json`
|
"parser": { "allowComments": true } // for `tsconfig.json`
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue