fix numbering/multi-level-type linter warnings
This commit is contained in:
@ -1,11 +1,11 @@
|
||||
import {XmlComponent, Attributes} from "../docx/xml-components";
|
||||
import {Attributes, XmlComponent} from "../docx/xml-components";
|
||||
|
||||
export class MultiLevelType extends XmlComponent {
|
||||
|
||||
constructor(value: string) {
|
||||
super("w:multiLevelType");
|
||||
this.root.push(new Attributes({
|
||||
val: value
|
||||
val: value,
|
||||
}));
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user