Fix linting
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
// Example on how to preserve word wrap text. Works with all languages.
|
||||
|
||||
import * as fs from "fs";
|
||||
import { Document, Packer, Paragraph, TextRun, SpaceType } from "docx";
|
||||
import { Document, Packer, Paragraph, TextRun } from "docx";
|
||||
|
||||
const doc = new Document({
|
||||
sections: [
|
||||
|
Reference in New Issue
Block a user