From 4be7afb13c94d1a0d0df558eaa61a3b23547cb2e Mon Sep 17 00:00:00 2001 From: Kamil Stasiak Date: Wed, 30 Aug 2023 18:14:47 +0200 Subject: [PATCH] Fix prettier issues --- .eslintrc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.eslintrc b/.eslintrc index f9aa9a1..c52a6e5 100644 --- a/.eslintrc +++ b/.eslintrc @@ -1,10 +1,7 @@ { "root": true, "parser": "@typescript-eslint/parser", - "plugins": [ - "@typescript-eslint", - "react-hooks" - ], + "plugins": ["@typescript-eslint", "react-hooks"], "extends": [ "eslint:recommended", "plugin:@typescript-eslint/eslint-recommended", @@ -23,8 +20,6 @@ "caughtErrorsIgnorePattern": "^_" } ], - "@typescript-eslint/no-explicit-any": [ - "off" - ] + "@typescript-eslint/no-explicit-any": ["off"] } }