Initial ESlint conversion
This commit is contained in:
@ -19,7 +19,7 @@ export class LatentStyleExceptionAttributes extends XmlAttributeComponent<ILaten
|
||||
}
|
||||
|
||||
export class LatentStyleException extends XmlComponent {
|
||||
constructor(attributes: ILatentStyleExceptionAttributesProperties) {
|
||||
public constructor(attributes: ILatentStyleExceptionAttributesProperties) {
|
||||
super("w:lsdException");
|
||||
this.root.push(new LatentStyleExceptionAttributes(attributes));
|
||||
}
|
||||
|
Reference in New Issue
Block a user