Use new eslint-plugin-functional instead of tslint-immutable
This commit is contained in:
@ -12,7 +12,7 @@ export interface ICommentOptions {
|
||||
}
|
||||
|
||||
export interface ICommentsOptions {
|
||||
readonly children: ICommentOptions[];
|
||||
readonly children: readonly ICommentOptions[];
|
||||
}
|
||||
|
||||
class CommentAttributes extends XmlAttributeComponent<{
|
||||
|
Reference in New Issue
Block a user