From 798d66699d382be16eb255e07328b28021035eaf Mon Sep 17 00:00:00 2001 From: thebeyondr <19380973+thebeyondr@users.noreply.github.com> Date: Fri, 8 Sep 2023 14:16:31 -0500 Subject: [PATCH] chore: :wrench: Remove `next/babel` from `.eslintrc.json` The `next/babel` being in the config was nit allowing the `lint` command to run --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index d2d553e..36216eb 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,6 @@ "$schema": "https://json.schemastore.org/eslintrc", "root": true, "extends": [ - "next/babel", "next/core-web-vitals", "prettier", "plugin:tailwindcss/recommended"