react/fixtures/eslint-v6/package.json
michael faith eb1f77dedf
ci: add workflow for running the eslint plugin e2e tests (#32397)
This change adds a workflow for PR builds, that runs the e2e tests for
`eslint-plugin-react-hooks` created in #32396

![screenshot of ci tests
running](https://github.com/user-attachments/assets/307a878c-92b5-44cf-84f2-3b21979b262a)
2025-02-16 17:00:43 -05:00

13 lines
303 B
JSON

{
"private": true,
"name": "eslint-v6",
"dependencies": {
"eslint": "^6",
"eslint-plugin-react-hooks": "link:../../build/oss-stable/eslint-plugin-react-hooks"
},
"scripts": {
"build": "node build.mjs && yarn",
"lint": "eslint index.js --report-unused-disable-directives"
}
}