We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb8a3ce commit 941ca3fCopy full SHA for 941ca3f
.eslintrc.yml
@@ -538,7 +538,7 @@ overrides:
538
'@typescript-eslint/no-extraneous-class': off # TODO consider
539
'@typescript-eslint/no-floating-promises': error
540
'@typescript-eslint/no-for-in-array': error
541
- '@typescript-eslint/no-implicit-any-catch': off # TODO: Enable after TS convertion
+ '@typescript-eslint/no-implicit-any-catch': off # TODO: Enable after TS conversion
542
'@typescript-eslint/no-implied-eval': error
543
'@typescript-eslint/no-inferrable-types':
544
[error, { ignoreParameters: true, ignoreProperties: true }]
0 commit comments