Linter ajusts

This commit is contained in:
Sergio Mendonça
2018-11-13 11:04:29 -02:00
parent 7639b60b15
commit 50e08f198c
2 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
import { XmlComponent } from "file/xml-components";
import { BasedOn, UiPriority, UnhideWhenUsed, Link, SemiHidden } from "./components";
import * as formatting from "file/paragraph/run/formatting";
import { RunProperties } from "file/paragraph/run/properties";
import { XmlComponent } from "file/xml-components";
import { BasedOn, Link, SemiHidden, UiPriority, UnhideWhenUsed } from "./components";
import { Style } from "./style";
export class CharacterStyle extends Style {

View File

@ -1,4 +1,3 @@
import { XmlComponent } from "file/xml-components";
import {
Alignment,
AlignmentOptions,
@ -14,7 +13,8 @@ import {
} from "file/paragraph";
import * as formatting from "file/paragraph/run/formatting";
import { RunProperties } from "file/paragraph/run/properties";
import { BasedOn, QuickFormat, Next, Link, SemiHidden, UnhideWhenUsed, UiPriority } from "./components";
import { XmlComponent } from "file/xml-components";
import { BasedOn, Link, Next, QuickFormat, SemiHidden, UiPriority, UnhideWhenUsed } from "./components";
import { Style } from "./style";
export class ParagraphStyle extends Style {