🔧 chore(nvim): update the biome.json config file
This commit is contained in:
parent
de181a4e46
commit
5c0f2d0a18
1 changed files with 12 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
||||||
{
|
{
|
||||||
"$schema": "https://biomejs.dev/schemas/1.5.2/schema.json",
|
"$schema": "https://biomejs.dev/schemas/1.6.3/schema.json",
|
||||||
"organizeImports": {
|
"organizeImports": {
|
||||||
"enabled": true
|
"enabled": true
|
||||||
},
|
},
|
||||||
|
@ -11,12 +11,22 @@
|
||||||
"formatWithErrors": true
|
"formatWithErrors": true
|
||||||
},
|
},
|
||||||
"javascript": {
|
"javascript": {
|
||||||
"globals": ["ObjC", "Application", "delay", "Path", "$"]
|
"globals": [
|
||||||
|
"ObjC", // JXA variable
|
||||||
|
"Application",
|
||||||
|
"delay",
|
||||||
|
"Path",
|
||||||
|
"$",
|
||||||
|
"dv" // dataview
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"linter": {
|
"linter": {
|
||||||
"enabled": true,
|
"enabled": true,
|
||||||
"rules": {
|
"rules": {
|
||||||
"all": true
|
"all": true
|
||||||
}
|
}
|
||||||
|
},
|
||||||
|
"json": {
|
||||||
|
"parser": { "allowComments": true } // for `tsconfig.json`
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue