Make ESLint config stricter #24
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`
|