From 4e76fff6b528e175fc365f9d5228d85ad132caec Mon Sep 17 00:00:00 2001 From: Lisa Gorewit-Decker <50784106+lisagorewitdecker@users.noreply.github.com> Date: Mon, 13 Jan 2025 15:32:41 -0800 Subject: [PATCH] Update .eslintrc.json Signed-off-by: Lisa Gorewit-Decker <50784106+lisagorewitdecker@users.noreply.github.com> --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 90e8a0a..92dcec1 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,7 +1,7 @@ { "rules": { "@next/next/no-html-link-for-pages": ["error", "packages/my-app/pages/"] - }, + } "extends": { "next/core-web-vitals" }