fix(lint): narrow down targeted files for lint #523
Annotations
10 errors and 2 warnings
Type check:
app/components/transaction-details.tsx#L1
Module '"../../node_modules/@prisma/client"' has no exported member 'Transaction'.
|
Type check:
app/components/transaction-details.tsx#L1
Module '"../../node_modules/@prisma/client"' has no exported member 'User'.
|
Type check:
app/models/__mocks__/attachment.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Attachment'.
|
Type check:
app/models/__mocks__/chapter.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Chapter'.
|
Type check:
app/models/__mocks__/course.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Course'.
|
Type check:
app/models/__mocks__/lesson.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Lesson'.
|
Type check:
app/models/__mocks__/subscription.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Subscription'.
|
Type check:
app/models/__mocks__/transaction.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'Transaction'.
|
Type check:
app/models/__mocks__/user.ts#L2
Module '"../../../node_modules/@prisma/client"' has no exported member 'User'.
|
Type check:
app/models/course.ts#L1
Module '"../../node_modules/@prisma/client"' has no exported member 'Chapter'.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Loading