mirror of
https://github.com/n8n-io/n8n
synced 2026-04-19 13:05:54 +02:00
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["../biome.jsonc"],
|
|
"formatter": {
|
|
"ignore": ["fixtures/**"]
|
|
}
|
|
}
|