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