Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore) Scope testing-library plugin to lint tests only (#2153)
This PR optimizes our ESLint configuration by only applying testing-library rules to test files. This fixes an issue where Playwright tests were being linted with Testing Library rules, which caused a lot of redundant lint errors. The specific changes are: - Moving testing-library plugin to the `overrides` section of the ESLint config for `.test.tsx` files. - Adding playwright plugin config for e2e tests - Disabling the prefer screen queries rule for e2e tests
- Loading branch information