mirror of
https://github.com/facebook/react.git
synced 2026-02-27 03:07:57 +00:00
13 lines
226 B
JSON
13 lines
226 B
JSON
{
|
|
"private": true,
|
|
"name": "eslint-playground",
|
|
"dependencies": {
|
|
"eslint": "4.1.0",
|
|
"eslint-plugin-react-hooks": "link:./proxy"
|
|
},
|
|
"scripts": {
|
|
"start": "./watch.sh",
|
|
"lint": "eslint index.js"
|
|
}
|
|
}
|