Skip to content

Commit

Permalink
add missing eslint skip max-len
Browse files Browse the repository at this point in the history
  • Loading branch information
ex37 committed Apr 10, 2024
1 parent 25f049f commit b0df7d4
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions web/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@
*/

/** @typedef {import("./interfaces.js").IL10n} IL10n */
// eslint-disable-next-line max-len
/** @typedef {import("../src/display/api.js").PDFDocumentProxy} PDFDocumentProxy */
// eslint-disable-next-line max-len
/** @typedef {import("../src/display/api.js").PDFDocumentLoadingTask} PDFDocumentLoadingTask */

import {
Expand Down
1 change: 1 addition & 0 deletions web/pdf_layer_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
/** @typedef {import("./event_utils.js").EventBus} EventBus */
// eslint-disable-next-line max-len
/** @typedef {import("../src/optional_content_config.js").OptionalContentConfig} OptionalContentConfig */
// eslint-disable-next-line max-len
/** @typedef {import("../src/display/api.js").PDFDocumentProxy} PDFDocumentProxy */

import { BaseTreeViewer } from "./base_tree_viewer.js";
Expand Down
1 change: 1 addition & 0 deletions web/pdf_outline_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
// eslint-disable-next-line max-len
/** @typedef {import("./download_manager.js").DownloadManager} DownloadManager */
/** @typedef {import("./interfaces").IPDFLinkService} IPDFLinkService */
// eslint-disable-next-line max-len
/** @typedef {import("../src/display/api.js").PDFDocumentProxy} PDFDocumentProxy */

import { BaseTreeViewer } from "./base_tree_viewer.js";
Expand Down
1 change: 1 addition & 0 deletions web/pdf_print_service.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
* limitations under the License.
*/

// eslint-disable-next-line max-len
/** @typedef {import("./interfaces.js").IPDFPrintServiceFactory} IPDFPrintServiceFactory */

import {
Expand Down

0 comments on commit b0df7d4

Please sign in to comment.