Skip to content

Make ESLint config stricter #24

Make ESLint config stricter

Make ESLint config stricter #24

Triggered via pull request May 30, 2024 21:11
Status Success
Total duration 1m 5s
Artifacts

codeql.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
app/page.tsx#L10
[import/no-unresolved] Unable to resolve path to module '@stanfordbdhg/example-package'.
app/page.tsx#L13
[@typescript-eslint/no-unsafe-assignment] Unsafe assignment of an `any` value.
app/page.tsx#L13
[@typescript-eslint/no-unsafe-call] Unsafe call of an `any` typed value.
app/page.tsx#L24
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .message on an `any` value.
app/page.tsx#L24
[@typescript-eslint/no-unsafe-member-access] Unsafe member access .project on an `any` value.
app/page.tsx#L10
[import/order] `@stanfordbdhg/example-package` import should occur before import of `next/image`