style: Configure and run eslint #26

Merged
ptran merged 3 commits from style/configure-eslint into main 2025-02-13 10:04:54 +00:00
Showing only changes of commit 3bea232dfb - Show all commits

View File

@ -12,5 +12,4 @@ import { KeycloakAngularModule } from 'keycloak-angular';
styleUrl: './app.component.css', styleUrl: './app.component.css',
changeDetection: ChangeDetectionStrategy.OnPush, changeDetection: ChangeDetectionStrategy.OnPush,
}) })
export class AppComponent { export class AppComponent {}
}