mirror of
https://gitlab.com/openstapps/openstapps.git
synced 2026-01-21 09:03:02 +00:00
refactor: replace TSLint with ESLint
This commit is contained in:
committed by
Jovan Krunić
parent
67fb4a43c9
commit
d696215d08
@@ -24,4 +24,4 @@ if (environment.production) {
|
||||
platformBrowserDynamic()
|
||||
.bootstrapModule(AppModule)
|
||||
// tslint:disable-next-line:no-console
|
||||
.catch(async (err) => console.error(err));
|
||||
.catch(async error => console.error(error));
|
||||
|
||||
Reference in New Issue
Block a user