forked from joeldenning/eslint-config-react-important-stuff
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
21 lines (21 loc) · 764 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name": "eslint-config-react-important-stuff",
"version": "3.0.0",
"description": "An eslint config for React bugs, jsx accessibility, and no styling",
"main": "eslint-config-react-important-stuff.js",
"repository": {
"type": "git",
"url": "git+https://github.com/joeldenning/eslint-config-react-important-stuff.git"
},
"bugs": {
"url": "https://github.com/joeldenning/eslint-config-react-important-stuff/issues"
},
"homepage": "https://github.com/joeldenning/eslint-config-react-important-stuff#readme",
"author": "Joel Denning <joeldenning@gmail.com>",
"license": "MIT",
"dependencies": {
"eslint-config-important-stuff": "^1.1.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react-hooks": "^4.3.0"
}
}