From 6c142f6d9ea6b1fe54bc5f6cda36cd4be04a06a8 Mon Sep 17 00:00:00 2001 From: Jack Andrews Date: Mon, 4 Nov 2024 15:36:40 +0000 Subject: [PATCH] patch: remove config --- apps/site/.eslintrc.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 apps/site/.eslintrc.json diff --git a/apps/site/.eslintrc.json b/apps/site/.eslintrc.json deleted file mode 100644 index 3d8a4daed..000000000 --- a/apps/site/.eslintrc.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "extends": "next/core-web-vitals", - "rules": { - "@next/next/no-img-element": "off" - } -}