Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
[typescript-refactor] disable broken inspection
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnaDamm committed Sep 25, 2023
1 parent 6a725bf commit ebceabd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/import-command.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ export class ImportCommand extends Command {

constructor() {
super('scribble-to-epub')
// noinspection HtmlDeprecatedTag,XmlDeprecatedElement
this
.version(packageJson.version)
.description('Downloads a book from scribblehub.com and outputs it as an epub file')
Expand Down

0 comments on commit ebceabd

Please sign in to comment.