Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 762 Bytes

ecosystem-eslint-plugin-testing-library.mdx

File metadata and controls

23 lines (16 loc) · 762 Bytes
id title
ecosystem-eslint-plugin-testing-library
eslint-plugin-testing-library

eslint-plugin-testing-library is an ESLint plugin for Testing Library that helps users to follow best practices and anticipate common mistakes when writing tests.

eslint-plugin-testing-library example showing an error

This plugin includes:

  • Several rules for linting Testing Library specific code.
  • Shareable config for recommended rules.
  • Shareable configs for specific rules by framework: Angular, React, Vue.
  • Some autofixable rules.

Find more info about available rules and configs on GitHub.