Skip to content

ci: wip add script to install, build, and typecheck examples #586

ci: wip add script to install, build, and typecheck examples

ci: wip add script to install, build, and typecheck examples #586

Triggered via pull request April 17, 2023 21:50
Status Failure
Total duration 39s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 5 warnings
⬣ Lint: dataloader/server/index.ts#L4
`compression` import should occur before import of `express`
⬣ Lint: dataloader/server/index.ts#L6
`@remix-run/express` import should occur before import of `express`
⬣ Lint: file-and-cloudinary-upload/app/utils/utils.server.ts#L3
`@remix-run/node` import should occur before type import of `cloudinary`
⬣ Lint: theme-ui/app/root.tsx#L11
`theme-ui` import should occur after import of `react`
⬣ Lint
Process completed with exit code 1.
⬣ Lint: picocss/app/routes/examples.tsx#L95
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ Lint: picocss/app/routes/examples.tsx#L128
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ Lint: picocss/app/routes/examples.tsx#L131
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ Lint: picocss/app/routes/examples.tsx#L136
The href attribute requires a valid value to be accessible. Provide a valid, navigable address as the href value. If you cannot provide a valid href, but still need the element to resemble a link, use a button and change it with appropriate styles. Learn more: https://github.com/jsx-eslint/eslint-plugin-jsx-a11y/blob/HEAD/docs/rules/anchor-is-valid.md
⬣ Lint: route-modal/app/routes/invoices/add.tsx#L7
'useActionData' is defined but never used