Code & Deploy
siGit Code
Git Hosting
Toggle menu
Code
Code Review
Models
Repos
Sign in
Sign in
@samitouri
/
QOS-React
QOS-React
/
fixtures
/
eslint-v9
/
README.md
Code
Commits
Issues
Pulls
Sessions
CI/CD
main
main
md
12 lines
212 Bytes
Rendered
Copy permalink
Copy
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
```