Update tslint to v6
This commit is contained in:
@ -6,7 +6,7 @@ export const EMPTY_OBJECT = Object.seal({});
|
||||
|
||||
export abstract class XmlComponent extends BaseXmlComponent {
|
||||
// tslint:disable-next-line:readonly-keyword no-any
|
||||
protected root: Array<BaseXmlComponent | string | any>;
|
||||
protected root: (BaseXmlComponent | string | any)[];
|
||||
|
||||
constructor(rootKey: string) {
|
||||
super(rootKey);
|
||||
|
Reference in New Issue
Block a user