main
md 12 lines 212 Bytes
Rendered Raw
1 # ESLint v7 Fixture
2
3 This fixture allows us to test e2e functionality for `eslint-plugin-react-hooks` with eslint version 7.
4
5 Run the following to test.
6
7 ```sh
8 cd fixtures/eslint-v7
9 yarn
10 yarn build
11 yarn lint
12 ```