Merge pull request #12049 from Snuffleupagus/eslint_no-promise-executor-return

Enable the `no-promise-executor-return` ESLint rule
This commit is contained in:
Tim van der Meij 2020-07-01 23:44:28 +02:00 committed by GitHub
commit 4097c83602
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -57,6 +57,7 @@
"no-invalid-regexp": "error",
"no-irregular-whitespace": "error",
"no-obj-calls": "error",
"no-promise-executor-return": "error",
"no-regex-spaces": "error",
"no-setter-return": "error",
"no-sparse-arrays": "error",