README.md13 lines
mainRaw# ESLint v10 Fixture
This fixture allows us to test e2e functionality for `eslint-plugin-react-hooks` with eslint version 10.
Run the following to test.
```sh
cd fixtures/eslint-v10
yarn
yarn build
yarn lint
```
Rendering Markdown…