i18next / react-i18next

Internationalization for react done right. Using the i18next i18n ecosystem.
https://react.i18next.com
MIT License
9.32k stars 1.03k forks source link

chore: update eslint-plugin-testing-library to v6 #1792

Closed ripecosta closed 3 months ago

ripecosta commented 3 months ago

Description

Updates eslint-plugin-testing-library to v6. Disables the testing-library/no-manual-cleanup rule, which is now active by default on the testing-library/react config, because vitest doesn't expose global afferEach methods.

Note: The lint step in failing in CI for an unrelated reason, which is fixed in #1791.

Checklist

coveralls commented 3 months ago

Coverage Status

coverage: 97.073%. remained the same when pulling d151f48120242c5b2964247f902024da95f72032 on ripecosta:rc/eslint-testing-library into e068e5eae9e6860641b8869b82d705453a7f3ca1 on i18next:master.