From 15f79abf5e1fa0f66dac403cb59c859a32b1dfcc Mon Sep 17 00:00:00 2001 From: Tom Hunkapiller Date: Thu, 20 May 2021 04:02:14 +0300 Subject: [PATCH] fix lint issues --- src/file/paragraph/properties.ts | 1 - src/file/paragraph/run/formatting.ts | 1 - 2 files changed, 2 deletions(-) diff --git a/src/file/paragraph/properties.ts b/src/file/paragraph/properties.ts index e32a747412..6a7fe283fd 100644 --- a/src/file/paragraph/properties.ts +++ b/src/file/paragraph/properties.ts @@ -148,7 +148,6 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent { this.push(new TabStop(TabStopType.LEFT, options.leftTabStop)); } - if (options.bidirectional) { this.push(new Bidirectional()); } diff --git a/src/file/paragraph/run/formatting.ts b/src/file/paragraph/run/formatting.ts index e10bda376a..07e401a91e 100644 --- a/src/file/paragraph/run/formatting.ts +++ b/src/file/paragraph/run/formatting.ts @@ -199,4 +199,3 @@ export class Shading extends XmlComponent { ); } } -