Skip to content

refactor(google-analytics): Switch to V2 + Vite #1250

refactor(google-analytics): Switch to V2 + Vite

refactor(google-analytics): Switch to V2 + Vite #1250

Triggered via pull request May 31, 2024 09:56
Status Failure
Total duration 30s
Artifacts

lint.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 1 warning
⬣ Lint: google-analytics/app/entry.server.tsx#L8
`dotenv` import should occur before import of `isbot`
⬣ Lint: google-analytics/app/root.tsx#L11
`@remix-run/node` import should occur before import of `@remix-run/react`
⬣ Lint: google-analytics/app/root.tsx#L13
There should be at least one empty line between import groups
⬣ Lint: google-analytics/app/root.tsx#L14
`react` import should occur before import of `~/utils/gtags.client`
⬣ Lint
Process completed with exit code 1.
⬣ Lint: google-analytics/app/entry.server.tsx#L22
'prohibitOutOfOrderStreaming' is never reassigned. Use 'const' instead