Skip to content

Commit 88eb2b2

Browse files
committed
chore: removed old eslint rules
1 parent efc7f8c commit 88eb2b2

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

.eslintrc.js

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -32,17 +32,6 @@ module.exports = {
3232
'react/no-array-index-key': 0,
3333
},
3434
},
35-
{
36-
files: ['**/*.ts', '**/*.tsx'],
37-
rules: {
38-
'@typescript-eslint/prefer-reduce-type-parameter': 0,
39-
// used for dynamic prop-types and easy to catch otherwise
40-
'@typescript-eslint/no-var-requires': 0,
41-
'@typescript-eslint/no-unsafe-call': 0,
42-
'@typescript-eslint/no-unsafe-assignment': 0,
43-
'@typescript-eslint/no-unsafe-member-access': 0,
44-
},
45-
},
4635
{
4736
files: ['packages/*/src/index.ts'],
4837
rules: {

0 commit comments

Comments
 (0)