Use new eslint-plugin-functional instead of tslint-immutable
This commit is contained in:
@ -7,9 +7,9 @@ import { IParagraphStyleOptions } from "./style/paragraph-style";
|
||||
export interface IStylesOptions {
|
||||
readonly default?: IDefaultStylesOptions;
|
||||
readonly initialStyles?: BaseXmlComponent;
|
||||
readonly paragraphStyles?: IParagraphStyleOptions[];
|
||||
readonly characterStyles?: ICharacterStyleOptions[];
|
||||
readonly importedStyles?: (XmlComponent | StyleForParagraph | StyleForCharacter | ImportedXmlComponent)[];
|
||||
readonly paragraphStyles?: readonly IParagraphStyleOptions[];
|
||||
readonly characterStyles?: readonly ICharacterStyleOptions[];
|
||||
readonly importedStyles?: readonly (XmlComponent | StyleForParagraph | StyleForCharacter | ImportedXmlComponent)[];
|
||||
}
|
||||
|
||||
// <xsd:complexType name="CT_Styles">
|
||||
|
Reference in New Issue
Block a user