Files
n8n/packages/frontend/@n8n/design-system/biome.jsonc
T
2026-06-16 08:55:15 +00:00

12 lines
278 B
JSON

{
"$schema": "../../../../node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["../../../../biome.jsonc"],
"formatter": {
"ignore": [
"theme/**",
"src/components/N8nIconPicker/emojiData.ts",
"src/components/N8nIconPicker/lucideIconData.ts"
]
}
}