From 7b894823cc8dc53d761abcaccdc8b167058de249 Mon Sep 17 00:00:00 2001 From: Sainan Date: Thu, 17 Oct 2024 22:00:23 +0200 Subject: [PATCH] fix: duplicate warnings explicit-module-boundary-types is a subset of explicit-function-return-type --- .eslintrc | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc b/.eslintrc index 3f44db43..a4618ed1 100644 --- a/.eslintrc +++ b/.eslintrc @@ -12,7 +12,6 @@ }, "rules": { "@typescript-eslint/explicit-function-return-type": "warn", - "@typescript-eslint/explicit-module-boundary-types": "warn", "@typescript-eslint/restrict-template-expressions": "warn", "@typescript-eslint/restrict-plus-operands": "warn", "@typescript-eslint/no-unsafe-member-access": "warn",