From f8460b0ac27b41e65d458be734e50ed3bd301aa5 Mon Sep 17 00:00:00 2001 From: CloudLun Date: Fri, 1 Mar 2024 12:10:23 -0500 Subject: [PATCH] turn off the eslint no img rule --- .eslintrc.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..d6696c2 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,4 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "@next/next/no-img-element": "off" }