mirror of
https://github.com/n8n-io/n8n.git
synced 2026-06-19 07:36:52 +00:00
12ba0d0080
Co-authored-by: Cursor <cursoragent@cursor.com> Co-authored-by: Alex Grozav <alex@grozav.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
12 lines
278 B
JSON
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"
|
|
]
|
|
}
|
|
}
|