Implementing post frontend #34
Annotations
8 errors and 2 warnings
lint:
postrify-frontend/src/app/components/home/home.component.ts#L90
Type boolean trivially inferred from a boolean literal, remove type annotation
|
lint:
postrify-frontend/src/app/components/home/home.component.ts#L16
click must be accompanied by either keyup, keydown or keypress event for accessibility
|
lint:
postrify-frontend/src/app/components/home/home.component.ts#L16
Elements with interaction handlers must be focusable
|
lint:
postrify-frontend/src/app/components/post-detail/post-detail.component.ts#L214
Type boolean trivially inferred from a boolean literal, remove type annotation
|
lint:
postrify-frontend/src/app/components/post-form/post-form.component.ts#L115
Lifecycle methods should not be empty
|
lint:
postrify-frontend/src/app/components/post-form/post-form.component.ts#L115
Unexpected empty method 'ngOnInit'
|
lint:
postrify-frontend/src/app/models/post.model.ts#L5
Unexpected any. Specify a different type
|
lint
Process completed with exit code 1.
|
lint
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|