-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 788 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 788 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "eslint-config-orionsoft",
"description": "Orionsoft ESLint config",
"version": "2.1.2",
"author": {
"name": "Nicolás López",
"url": "https://github.com/orionsoft"
},
"homepage": "https://github.com/orionsoft/eslint-config-orionsoft",
"license": "MIT",
"main": "index.js",
"files": [
"index.js"
],
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.0.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1"
},
"peerDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0",
"eslint-plugin-react": "^7.18.0",
"eslint-plugin-react-hooks": "^2.3.0",
"eslint-plugin-react-native": "^3.8.1"
}
}