From 8f8abb9048f7a89e3cfb2b389aab0de5269d08bc Mon Sep 17 00:00:00 2001 From: ryeshrimp Date: Thu, 29 Sep 2022 11:52:13 -0400 Subject: [PATCH] Update .eslintrc.json --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 98f6f9d..e0aa41f 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,7 @@ "parser": "@typescript-eslint/parser", "extends": "next/core-web-vitals", "rules": { - "@typescript-eslint/no-unused-vars": 2, + "@typescript-eslint/no-unused-vars": 2 }, "plugins": ["@typescript-eslint"] }