mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-21 23:58:07 +02:00
Update the ESLint dependencies, and also tweak the no-multiple-empty-lines
rules
Since multiple empty lines is virtually unused in the code-base, and the few cases that do exist look like "typos", let's enforce greater consistency here; please see https://eslint.org/docs/rules/no-multiple-empty-lines.
This commit is contained in:
parent
25c7a8c215
commit
2db75a2a3a
11 changed files with 4 additions and 13 deletions
|
@ -200,7 +200,6 @@ PDFPrintService.prototype = {
|
|||
},
|
||||
};
|
||||
|
||||
|
||||
let print = window.print;
|
||||
window.print = function print() {
|
||||
if (activeService) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue