Enable the no-promise-executor-return ESLint rule

Please see https://eslint.org/docs/rules/no-promise-executor-return for additional information.
This commit is contained in:
Jonas Jenwald 2020-07-01 13:01:39 +02:00
parent bce306f168
commit 4bc5bc454e

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",