From a9fd17753726263cf716773a51c75a5ee0cff47b Mon Sep 17 00:00:00 2001 From: Fernando Dodino Date: Sun, 23 Jun 2024 21:39:16 -0300 Subject: [PATCH] Fix eslint --- .eslintrc.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index 2b1d832..12191d5 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -13,7 +13,7 @@ "never" ], "@typescript-eslint/explicit-function-return-type": "off", - "@typescript-eslint/explicit-module-boundary-types": ["off"], + "@typescript-eslint/explicit-module-boundary-types": "off", "@typescript-eslint/no-var-requires": "off" } } \ No newline at end of file