Skip to content

Commit f4b4c5b

Browse files
committed
style: disable rule "no-promise-executor-return"
1 parent 1b5ddd1 commit f4b4c5b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.eslintrc.js

-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@ module.exports = {
5757
{ selector: "enumMember", format: ["PascalCase"] },
5858
],
5959
"eqeqeq": "error",
60-
"no-promise-executor-return": "error",
6160
"no-self-compare": "error",
6261
"no-template-curly-in-string": "error",
6362
"no-unreachable-loop": "error",

0 commit comments

Comments
 (0)