testing-library / eslint-plugin-testing-library

ESLint plugin to follow best practices and anticipate common mistakes when writing tests with Testing Library
https://npm.im/eslint-plugin-testing-library
MIT License
992 stars 142 forks source link

chore: enable `eslint-plugin-prettier` #922

Closed G-Rath closed 3 months ago

G-Rath commented 3 months ago

Checks

Changes

Context

Extending prettier enables eslint-config-prettier which only disables ESLint rules that conflict with prettier - it's the eslint-plugin-prettier config that enables both the prettier/prettier rule and eslint-config-prettier.

codecov[bot] commented 3 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 96.31%. Comparing base (93a6ab9) to head (4c6f7c9). Report is 8 commits behind head on main.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #922 +/- ## ========================================== + Coverage 96.23% 96.31% +0.08% ========================================== Files 44 44 Lines 2419 2445 +26 Branches 1000 1023 +23 ========================================== + Hits 2328 2355 +27 + Misses 91 90 -1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

Belco90 commented 3 months ago

This was done on purpose. We don't want to run stylistic rules as part of ESLint.