Skip to content
This repository was archived by the owner on Mar 20, 2023. It is now read-only.

Commit 91b0b6f

Browse files
committed
ESLint: enable 'no-promise-executor-return' check
1 parent 45f43b4 commit 91b0b6f

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
@@ -227,7 +227,7 @@ rules:
227227
no-loss-of-precision: error
228228
no-misleading-character-class: error
229229
no-obj-calls: error
230-
no-promise-executor-return: off # TODO
230+
no-promise-executor-return: error
231231
no-prototype-builtins: error
232232
no-regex-spaces: error
233233
no-setter-return: error

0 commit comments

Comments
 (0)