Updated lint rules

This commit is contained in:
Dolan
2018-08-07 01:38:15 +01:00
parent 12c8cb93f6
commit e9aecfac1c
22 changed files with 34 additions and 30 deletions

View File

@ -3,9 +3,9 @@ import { Paragraph, ParagraphProperties } from "../..";
import { SectionProperties, SectionPropertiesOptions } from "./section-properties";
export class Body extends XmlComponent {
private defaultSection: SectionProperties;
private readonly defaultSection: SectionProperties;
private sections: SectionProperties[] = [];
private readonly sections: SectionProperties[] = [];
constructor(sectionPropertiesOptions?: SectionPropertiesOptions) {
super("w:body");