add lint svg error

This commit is contained in:
dev.daminik00 2025-10-30 03:25:42 +01:00
parent a62702e273
commit 2e3482c00e

View File

@ -110,7 +110,7 @@ const eslintConfig = [
patterns: [ patterns: [
{ {
group: ["*.svg"], group: ["*.svg"],
message: "❌ SVG импорты как компоненты ломаются в production. Используйте inline SVG или next/image.", message: "❌ SVG imports as components break in production. Use inline SVG or next/image.",
}, },
], ],
}, },