From 1771a5e5378b17b442548aac0c389beb2bc96d59 Mon Sep 17 00:00:00 2001 From: Nevo David Date: Tue, 6 May 2025 21:06:59 +0700 Subject: [PATCH] feat: fix eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 82e882ea..f2726aae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "extends": ["next/core-web-vitals", "next/typescript"], + "extends": ["next"], "rules": { "@typescript-eslint/no-non-null-asserted-optional-chain": "off", "@typescript-eslint/no-explicit-any": "off",