Use new eslint-plugin-functional instead of tslint-immutable
This commit is contained in:
@ -36,7 +36,7 @@ export type ParagraphChild =
|
||||
|
||||
export interface IParagraphOptions extends IParagraphPropertiesOptions {
|
||||
readonly text?: string;
|
||||
readonly children?: ParagraphChild[];
|
||||
readonly children?: readonly ParagraphChild[];
|
||||
}
|
||||
|
||||
export class Paragraph extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user