mirror of
https://github.com/n8n-io/n8n.git
synced 2025-02-21 02:56:40 -08:00
8 lines
203 B
Plaintext
8 lines
203 B
Plaintext
{
|
|
"$schema": "../../node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["../../biome.jsonc"],
|
|
"formatter": {
|
|
"ignore": ["nodes/**/test/*.json", "nodes/**/__schema__/**/*.json"]
|
|
}
|
|
}
|