n8n/cypress/biome.jsonc

8 lines
155 B
Plaintext
Raw Normal View History

{
"$schema": "../node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["../biome.jsonc"],
"formatter": {
"ignore": ["fixtures/**"]
}
}