mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #7974 from Snuffleupagus/eslint_no-lone-blocks
Enable the `no-lone-blocks` ESLint rule
This commit is contained in:
commit
f8e793f8c2
1 changed files with 1 additions and 0 deletions
|
@ -53,6 +53,7 @@
|
|||
"no-fallthrough": "error",
|
||||
"no-global-assign": "error",
|
||||
"no-implied-eval": "error",
|
||||
"no-lone-blocks": "error",
|
||||
"no-multi-spaces": "error",
|
||||
"no-multi-str": "error",
|
||||
"no-new-func": "error",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue