Closed joshdavham closed 3 months ago
I need to fix the codecov issue before I can merge.😢
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 100.00%. Comparing base (
2d6e546
) to head (5827853
).
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Great, it's finally fixed!
A pnpm-lock.yaml
that runs on nodejs 18.20.3
is required, otherwise GitHub Pages cannot be successfully deployed.
typescript-eslint v8.0.0 was released today which means that projects (like this one) that have both eslint and typescript-eslint no longer have to deal with peer dependency issues between them. I was previously unable to install the dev dependencies in this project, but updating to v8 fixed that.
Let me know if there are any questions / issues 👍