QA/Lint: Prettier + ESLint for the webapp #3
Annotations
10 errors and 4 warnings
|
|
|
quality:
webapp/src/app/app.component.ts#L11
Delete `,`
|
quality:
webapp/src/app/app.config.ts#L4
Replace `⏎··provideAngularQuery,⏎··QueryClient,⏎}·from·'@tanstack/angular-query-experimental'` with `·provideAngularQuery,·QueryClient·}·from·'@tanstack/angular-query-experimental';`
|
quality:
webapp/src/app/app.config.ts#L6
Member 'QueryClient' of the import declaration should be sorted alphabetically
|
quality:
webapp/src/app/app.config.ts#L8
Replace `LucideAngularModule,·Home·}·from·"lucide-angular"` with `·LucideAngularModule,·Home·}·from·'lucide-angular'`
|
quality:
webapp/src/app/app.config.ts#L8
Member 'Home' of the import declaration should be sorted alphabetically
|
quality:
webapp/src/app/app.config.ts#L10
Delete `⏎`
|
quality:
webapp/src/app/app.config.ts#L18
Replace `"http://localhost:8080"` with `'http://localhost:8080'`
|
quality:
webapp/src/app/app.component.ts#L7
The selector should start with one of these prefixes: "jhi" (https://angular.dev/style-guide#style-02-07)
|
quality:
webapp/src/app/example/counter/counter.component.ts#L11
The selector should be kebab-case and start with one of these prefixes: "jhi" (https://angular.dev/style-guide#style-05-02 and https://angular.dev/style-guide#style-02-07)
|
quality:
webapp/src/app/example/hello/hello.component.ts#L9
The selector should be kebab-case and start with one of these prefixes: "jhi" (https://angular.dev/style-guide#style-05-02 and https://angular.dev/style-guide#style-02-07)
|
quality:
webapp/src/app/ui/button/button/button.component.ts#L38
The selector should start with one of these prefixes: "jhi" (https://angular.dev/style-guide#style-02-07)
|