From 63d1d3b8ccab21b8580d4248ef5ddc14ba7610e6 Mon Sep 17 00:00:00 2001 From: rdbsolutions Date: Wed, 24 Nov 2021 11:07:29 +0000 Subject: [PATCH] updating linting for build --- .eslintrc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 15b1ed91..f03a56fe 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,3 +1,6 @@ { - "extends": "next" + "extends": "next", + "rules": { + "@next/next/no-img-element": "off" + } }