react/fixtures/eslint-v6
michael faith eb1f77dedf
ci: add workflow for running the eslint plugin e2e tests (#32397)
This change adds a workflow for PR builds, that runs the e2e tests for
`eslint-plugin-react-hooks` created in #32396

![screenshot of ci tests
running](https://github.com/user-attachments/assets/307a878c-92b5-44cf-84f2-3b21979b262a)
2025-02-16 17:00:43 -05:00
..
.eslintrc.json test(eslint): create eslint test fixtures (#32396) 2025-02-16 13:23:44 -05:00
build.mjs ci: add workflow for running the eslint plugin e2e tests (#32397) 2025-02-16 17:00:43 -05:00
index.js test(eslint): create eslint test fixtures (#32396) 2025-02-16 13:23:44 -05:00
package.json ci: add workflow for running the eslint plugin e2e tests (#32397) 2025-02-16 17:00:43 -05:00
README.md test(eslint): create eslint test fixtures (#32396) 2025-02-16 13:23:44 -05:00
yarn.lock ci: add workflow for running the eslint plugin e2e tests (#32397) 2025-02-16 17:00:43 -05:00

ESLint v6 Fixture

This fixture allows us to test e2e functionality for eslint-plugin-react-hooks with eslint version 6.

Run the following to test.

cd fixtures/eslint-v6
yarn
yarn build
yarn lint