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: {