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