Initial ESlint conversion
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
import { XmlComponent } from "@file/xml-components";
|
||||
|
||||
export class MathSuperScriptProperties extends XmlComponent {
|
||||
constructor() {
|
||||
public constructor() {
|
||||
super("m:sSupPr");
|
||||
}
|
||||
}
|
||||
|
@ -11,7 +11,7 @@ export interface IMathSuperScriptOptions {
|
||||
}
|
||||
|
||||
export class MathSuperScript extends XmlComponent {
|
||||
constructor(options: IMathSuperScriptOptions) {
|
||||
public constructor(options: IMathSuperScriptOptions) {
|
||||
super("m:sSup");
|
||||
|
||||
this.root.push(new MathSuperScriptProperties());
|
||||
|
Reference in New Issue
Block a user