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