lint & enabled linter on Azure pipelines

This commit is contained in:
Eugene Pankov
2019-07-24 11:24:57 +02:00
parent b6aa1f764b
commit dc9508f80d
13 changed files with 34 additions and 31 deletions

View File

@@ -71,8 +71,8 @@ export class ConfigProxy {
}
}
getValue (_key: string): any { }
setValue (_key: string, _value: any) { }
getValue (_key: string): any { } // eslint-disable-line @typescript-eslint/no-empty-function
setValue (_key: string, _value: any) { } // eslint-disable-line @typescript-eslint/no-empty-function
}
@Injectable({ providedIn: 'root' })