From 2e3482c00e486db5bf3cfa4e9427e17197ab50b9 Mon Sep 17 00:00:00 2001 From: "dev.daminik00" Date: Thu, 30 Oct 2025 03:25:42 +0100 Subject: [PATCH] add lint svg error --- eslint.config.mjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eslint.config.mjs b/eslint.config.mjs index 0429869..fa40a7c 100644 --- a/eslint.config.mjs +++ b/eslint.config.mjs @@ -110,7 +110,7 @@ const eslintConfig = [ patterns: [ { group: ["*.svg"], - message: "❌ SVG импорты как компоненты ломаются в production. Используйте inline SVG или next/image.", + message: "❌ SVG imports as components break in production. Use inline SVG or next/image.", }, ], },