Use new eslint-plugin-functional instead of tslint-immutable
This commit is contained in:
@ -12,7 +12,7 @@ export enum FootnoteType {
|
||||
export interface IFootnoteOptions {
|
||||
readonly id: number;
|
||||
readonly type?: FootnoteType;
|
||||
readonly children: Paragraph[];
|
||||
readonly children: readonly Paragraph[];
|
||||
}
|
||||
|
||||
export class Footnote extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user