ts/styles linter warnings
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
import {XmlComponent} from "../../../docx/xml-components";
|
||||
import {LatentStyleExceptionAttributes} from "./attributes";
|
||||
import { XmlComponent } from "../../../docx/xml-components";
|
||||
import { LatentStyleExceptionAttributes } from "./attributes";
|
||||
|
||||
export class LatentStyleException extends XmlComponent {
|
||||
|
||||
@ -7,4 +7,4 @@ export class LatentStyleException extends XmlComponent {
|
||||
super("w:lsdException");
|
||||
this.root.push(attributes);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user