8 lines
203 B
JSON
8 lines
203 B
JSON
|
|
{
|
||
|
|
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
|
||
|
|
"extends": ["../../biome.jsonc"],
|
||
|
|
"formatter": {
|
||
|
|
"ignore": ["nodes/**/test/*.json", "nodes/**/__schema__/**/*.json"]
|
||
|
|
}
|
||
|
|
}
|