Skip to content

Commit 941ca3f

Browse files
eslintrc: fix spelling mistake in comment (#3102)
1 parent fb8a3ce commit 941ca3f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ overrides:
538538
'@typescript-eslint/no-extraneous-class': off # TODO consider
539539
'@typescript-eslint/no-floating-promises': error
540540
'@typescript-eslint/no-for-in-array': error
541-
'@typescript-eslint/no-implicit-any-catch': off # TODO: Enable after TS convertion
541+
'@typescript-eslint/no-implicit-any-catch': off # TODO: Enable after TS conversion
542542
'@typescript-eslint/no-implied-eval': error
543543
'@typescript-eslint/no-inferrable-types':
544544
[error, { ignoreParameters: true, ignoreProperties: true }]

0 commit comments

Comments
 (0)