From 9cae908341bcd62ae7bb00ba2fc65bff5b7ff233 Mon Sep 17 00:00:00 2001 From: regexowl Date: Wed, 3 Jan 2024 14:19:35 +0100 Subject: [PATCH] ESLint: Remove temporary rule overrides Some rule overrides were previously added when the ruleset got updated as more time to update the code was needed. This removes some of the temporary rules. --- .eslintrc-typescript.yml | 3 --- .eslintrc.yml | 1 - 2 files changed, 4 deletions(-) diff --git a/.eslintrc-typescript.yml b/.eslintrc-typescript.yml index 6141a466..54eacbca 100644 --- a/.eslintrc-typescript.yml +++ b/.eslintrc-typescript.yml @@ -5,6 +5,3 @@ extends: [ rules: "@typescript-eslint/ban-ts-comment": off "@typescript-eslint/ban-types": off - "@typescript-eslint/no-explicit-any": warn - "@typescript-eslint/no-unused-vars": warn - explicit-module-boundary-types: off diff --git a/.eslintrc.yml b/.eslintrc.yml index 2f79a46f..7614396e 100644 --- a/.eslintrc.yml +++ b/.eslintrc.yml @@ -13,7 +13,6 @@ globals: plugins: - import rules: - no-unused-vars: warn import/order: - error - groups: