Skip to content

Releases: testing-library/eslint-plugin-testing-library

v1.1.1

09 Oct 07:50
Compare
Choose a tag to compare

Small release just for fixing package version

v1.1.0

09 Oct 07:38
Compare
Choose a tag to compare

no-debug: renderFunctions options added (#19)

Initial release

02 Oct 08:02
Compare
Choose a tag to compare

Initial release for eslint-plugin-testing-library 🎉

Follow Testing Library best practices and anticipate common mistakes with this ESLint plugin:

  • 5 rules added: await-async-query, await-fire-event, no-await-sync-query, no-debug and no-dom-import
  • Recommended shareable config included
  • Shareable configs with specific rules for different frameworks included: Angular, React and Vue
  • Autofix some rules