resolved lint errors

This commit is contained in:
lotte
2019-06-25 11:26:40 +02:00
parent 4106e7cb21
commit 78737ed1ab
2 changed files with 2 additions and 1 deletions

View File

@@ -36,6 +36,7 @@ export abstract class TypedObject {
static type: ResourceType;
}
/* tslint:disable:max-classes-per-file */
/**
* An interface to represent objects that can be cached
*
@@ -62,6 +63,7 @@ export class ObjectCacheEntry implements CacheEntry {
patches: Patch[] = [];
isDirty: boolean;
}
/* tslint:enable:max-classes-per-file */
/**
* The ObjectCache State