fix lint issues
This commit is contained in:
@ -148,7 +148,6 @@ export class ParagraphProperties extends IgnoreIfEmptyXmlComponent {
|
|||||||
this.push(new TabStop(TabStopType.LEFT, options.leftTabStop));
|
this.push(new TabStop(TabStopType.LEFT, options.leftTabStop));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
if (options.bidirectional) {
|
if (options.bidirectional) {
|
||||||
this.push(new Bidirectional());
|
this.push(new Bidirectional());
|
||||||
}
|
}
|
||||||
|
@ -199,4 +199,3 @@ export class Shading extends XmlComponent {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user