From 5f5e32a212e308f1b8ed8782c494ba788eec6b8e Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Thu, 21 Jul 2022 00:31:03 +0200 Subject: [PATCH] Disable @next/next/no-img-element because the image component is a bad idea --- .eslintrc.json | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..cd0edd9 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": "next/core-web-vitals" -} + "extends": "next/core-web-vitals", + "rules": { + "@next/next/no-img-element": "off" + } +} \ No newline at end of file