From 88eb2b2baadd42d63f67c3be083bf7c5995c68ea Mon Sep 17 00:00:00 2001 From: Mikkel Laursen Date: Wed, 9 Mar 2022 16:36:35 -0700 Subject: [PATCH] chore: removed old eslint rules --- .eslintrc.js | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/.eslintrc.js b/.eslintrc.js index 50bab01154..73b4153422 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -32,17 +32,6 @@ module.exports = { 'react/no-array-index-key': 0, }, }, - { - files: ['**/*.ts', '**/*.tsx'], - rules: { - '@typescript-eslint/prefer-reduce-type-parameter': 0, - // used for dynamic prop-types and easy to catch otherwise - '@typescript-eslint/no-var-requires': 0, - '@typescript-eslint/no-unsafe-call': 0, - '@typescript-eslint/no-unsafe-assignment': 0, - '@typescript-eslint/no-unsafe-member-access': 0, - }, - }, { files: ['packages/*/src/index.ts'], rules: {