mirror of
https://github.com/mocca101/obsidian-plugin-groups.git
synced 2026-07-22 07:20:30 +00:00
20 lines
335 B
JSON
20 lines
335 B
JSON
{
|
|
"$schema": "https://biomejs.dev/schemas/1.7.0/schema.json",
|
|
"organizeImports": {
|
|
"enabled": true
|
|
},
|
|
"linter": {
|
|
"enabled": true,
|
|
"rules": {
|
|
"recommended": true
|
|
}
|
|
},
|
|
"files": {
|
|
"ignore": [".svelte-kit", "node_modules", "test-vault", "build"]
|
|
},
|
|
"javascript": {
|
|
"formatter": {
|
|
"trailingComma": "es5"
|
|
}
|
|
}
|
|
}
|