add lint svg error
This commit is contained in:
parent
a62702e273
commit
2e3482c00e
@ -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.",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user