mirror of
https://github.com/zebrajr/react.git
synced 2025-12-06 00:20:04 +01:00
This change adds a workflow for PR builds, that runs the e2e tests for `eslint-plugin-react-hooks` created in #32396 
13 lines
303 B
JSON
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"
|
|
}
|
|
}
|