README.md13 lines
mainRaw# 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.
```sh
cd fixtures/eslint-v6
yarn
yarn build
yarn lint
```
Rendering Markdown…