From df1f8af8e6e348a63230aeef89a451ea60ba49a8 Mon Sep 17 00:00:00 2001 From: nfel Date: Sat, 27 Dec 2025 22:51:31 +0330 Subject: [PATCH] main: remove lint Signed-off-by: nfel --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..2c63c08 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,2 @@ { - "extends": "next/core-web-vitals" }