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