Closed acelaya closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 99.42%. Comparing base (
6a6e3ce
) to head (d0df1ca
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Depends on https://github.com/hypothesis/frontend-toolkit/pull/50
Update project to ESLint 9 and migrate ESlint config to flat format.
This migration is introducing a few side effects:
// eslint-disable
comments which do not disable anything have been removed, as they are now reported as warning.@typescript-eslint/...
packages replaced bytypescript-eslint
and updated to v8eslint-plugin-react-hooks
updated to v5eslint-plugin-mocha
updated to v10.5eslint-plugin-react
updated to v7.37eslint-config-hypothesis
updated to v3