mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Merge pull request #12049 from Snuffleupagus/eslint_no-promise-executor-return
Enable the `no-promise-executor-return` ESLint rule
This commit is contained in:
commit
4097c83602
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