Use new eslint-plugin-functional instead of tslint-immutable
This commit is contained in:
@ -4,7 +4,7 @@ import { XmlComponent } from "@file/xml-components";
|
||||
import { MathComponent } from "./math-component";
|
||||
|
||||
export interface IMathOptions {
|
||||
readonly children: MathComponent[];
|
||||
readonly children: readonly MathComponent[];
|
||||
}
|
||||
|
||||
export class Math extends XmlComponent {
|
||||
|
Reference in New Issue
Block a user