Add lint to Travis

Fix linting
This commit is contained in:
Dolan
2017-09-17 00:01:09 +01:00
parent 72e89cfc3c
commit 19b122684c
4 changed files with 6 additions and 5 deletions

View File

@ -1,7 +1,7 @@
import { RunProperties } from "../../docx/run/properties";
import { XmlComponent } from "../../docx/xml-components";
import { RunFonts } from "../../docx/run/run-fonts";
import { Size } from "../../docx/run/formatting";
import { RunProperties } from "../../docx/run/properties";
import { RunFonts } from "../../docx/run/run-fonts";
import { XmlComponent } from "../../docx/xml-components";
export class RunPropertiesDefaults extends XmlComponent {
private properties: RunProperties;