react/fixtures/eslint-v6
lauren 7568e71854
[eprh] Prepare for 7.0.0 (#34757)
For 7.0.0:

Slim down presets to just 2 configurations:

- `recommended`: legacy and flat config with all recommended rules, and
- `recommended-latest`: legacy and flat config with all recommended
rules plus new bleeding edge experimental compiler rules

Removed:
- `recommended-latest-legacy`
- `flat/recommended`

Please see the README for new install instructions.

---
[//]: # (BEGIN SAPLING FOOTER)
Stack created with [Sapling](https://sapling-scm.com). Best reviewed
with [ReviewStack](https://reviewstack.dev/facebook/react/pull/34757).
* #34783
* #34782
* __->__ #34757
2025-10-08 15:17:31 -04:00
..
.eslintrc.json [eprh] Prepare for 7.0.0 (#34757) 2025-10-08 15:17:31 -04:00
build.mjs Update eslint fixtures (#32589) 2025-03-12 19:07:51 -04:00
index.js [eprh] Fix recommended config for flat config compatibility (#34700) 2025-10-02 18:52:52 -04: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 [fixtures] Update eslint fixture lockfiles (#34699) 2025-10-02 18:42:43 -04: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