From ce5add287922af71b4e5873f96b555ef6542d80b Mon Sep 17 00:00:00 2001 From: Nicholas Pease Date: Sun, 7 Apr 2024 23:33:27 -0400 Subject: [PATCH] Bug Fix - Build Error --- frontend-next/.eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend-next/.eslintrc.json b/frontend-next/.eslintrc.json index b256ceb..1082ea1 100644 --- a/frontend-next/.eslintrc.json +++ b/frontend-next/.eslintrc.json @@ -1,5 +1,5 @@ { - "extends": ["next/babel","next/core-web-vitals" ], + "extends": ["next/core-web-vitals" ], "rules": { "no-unused-vars": ["warn", { "vars": "all", "args": "after-used", "ignoreRestSiblings": false }], "jsx-a11y/alt-text": "off",