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.", }, ], },