testing-library / testing-library/eslint-plugin-testing-library

Add new shareable configurations for libraries

Open
#80 14 comments 7 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement help wanted pinned
Dominant language
TypeScript
Stars
1.1k
Forks
168
Avg merge
15h 44m
Merged PRs (30d)
14

Description

Currently, we are supporting Angular, React and Vue for shareable configurations. The configuration contains the following rules:

  • await-async-query
  • await-async-utils
  • no-await-async-query
  • no-debug
  • no-dom-import

It would be nice to add shareable configurations for other libraries such as:

We would need to check that each rule can be applied to these packages.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Compare the existing Angular, React, and Vue shareable configurations and inspect how the listed rules are applied. Check each rule against Native Testing Library and Preact Testing Library, then verify the resulting configurations with the repository's existing checks. Done means the supported configurations are added and every applicable rule has been validated.

Written by the indexing model from the issue text.

Assessment

Tech stack
angular, eslint, react, typescript
Domain
frontend, testing-qa, tooling
Issue type
Feature
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
28/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.