From e353591a7b6a1db082bd1ec81286780658ce040e Mon Sep 17 00:00:00 2001 From: Max Baumann Date: Sun, 13 Dec 2020 00:11:08 +0100 Subject: [PATCH] chore(lint): remove more linting rules --- .eslintrc.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index eed0584b..0ff73d70 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -23,8 +23,6 @@ module.exports = { "@typescript-eslint/no-this-alias": "warn", "no-fallthrough": "warn", "no-self-assign": "warn", - "@typescript-eslint/no-explicit-any": "warn", - "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-empty-interface": "warn", "@typescript-eslint/ban-types": "warn", },