mirror of
https://github.com/n8n-io/n8n.git
synced 2026-09-19 09:51:59 +08:00
Co-authored-by: Tomi Turtiainen <10324676+tomi@users.noreply.github.com>
8 lines
155 B
JSON
8 lines
155 B
JSON
{
|
|
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
|
|
"extends": ["../biome.jsonc"],
|
|
"formatter": {
|
|
"ignore": ["fixtures/**"]
|
|
}
|
|
}
|