Initial ESlint conversion
This commit is contained in:
@ -5,7 +5,7 @@ import { XmlComponent } from "@file/xml-components";
|
||||
import { TextAttributes } from "./text-attributes";
|
||||
|
||||
export class SequentialIdentifierInstruction extends XmlComponent {
|
||||
constructor(identifier: string) {
|
||||
public constructor(identifier: string) {
|
||||
super("w:instrText");
|
||||
this.root.push(new TextAttributes({ space: SpaceType.PRESERVE }));
|
||||
this.root.push(`SEQ ${identifier}`);
|
||||
|
Reference in New Issue
Block a user