1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-19 22:58:07 +02:00

Merge pull request #11133 from Snuffleupagus/ESLint_no-async-promise-executor

Enable the `no-async-promise-executor` ESLint rule
This commit is contained in:
Tim van der Meij 2019-09-10 23:29:26 +02:00 committed by GitHub
commit 7f55676c94
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -35,6 +35,7 @@
// Possible errors
"for-direction": "error",
"no-async-promise-executor": "error",
"no-cond-assign": ["error", "except-parens"],
"no-constant-condition": ["error", { "checkLoops": false, }],
"no-dupe-args": "error",