Skip to content

Commit 9533972

Browse files
committed
1 parent df07e88 commit 9533972

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

index.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -595,6 +595,8 @@ module.exports = {
595595
}
596596
],
597597
'@typescript-eslint/prefer-optional-chain': 'error',
598+
'prefer-promise-reject-errors': 'off',
599+
'@typescript-eslint/prefer-promise-reject-errors': 'error',
598600
'@typescript-eslint/prefer-readonly': 'error',
599601

600602
// TODO: Try to enable this again in 2023.

0 commit comments

Comments
 (0)