cli icon indicating copy to clipboard operation
cli copied to clipboard

Reduce number of lint rules in example app

Open matejchalk opened this issue 1 year ago • 0 comments

The react-todos-app is used in E2E tests for testing ESLint plugin among others. But since a lot of recommended ESLint rules are included, the test snapshots are quite large and therefore less readable. Most of the rules pass anyway, so they don't give much data variety. So we could remove some passing rules from the ESLint config without losing any test coverage.

matejchalk avatar Mar 12 '24 11:03 matejchalk