Skip to content

Commit

Permalink
chore: removed old eslint rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mlaursen committed Mar 9, 2022
1 parent efc7f8c commit 88eb2b2
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .eslintrc.js
Expand Up @@ -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: {
Expand Down

0 comments on commit 88eb2b2

Please sign in to comment.