From 24713afb61dbd929eb9adc05cbc0cda03e60a646 Mon Sep 17 00:00:00 2001 From: Michael Sweeney Date: Mon, 4 Nov 2024 16:19:35 -0800 Subject: [PATCH] ran prettier on eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index cb513ce2..b5ce7410 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -113,7 +113,7 @@ "files": ["tests/**/*.ts", "tests/**/*.tsx"], "rules": { "import/extensions": ["error", "never"], - "@typescript-eslint/no-unused-vars": "off", + "@typescript-eslint/no-unused-vars": "off" } }, {