mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
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:
parent
bce306f168
commit
4bc5bc454e
1 changed files with 1 additions and 0 deletions
|
@ -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",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue