-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1.06 KB
/
package.json
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
30
31
32
33
34
35
36
37
38
{
"name": "@underscope/eslint-config",
"version": "0.6.0",
"description": "Underscope's ESLint Config",
"main": "./react-native.js",
"repository": "[email protected]:underscopeio/eslint-config-underscope.git",
"author": "Ignacio Olaciregui",
"license": "MIT",
"keywords": [
"eslint",
"eslint config",
"underscope"
],
"peerDependencies": {
"eslint": ">=6"
},
"dependencies": {
"babel-eslint": "10.1.0",
"eslint-config-prettier": "6.11.0",
"eslint-plugin-babel": "5.3.1",
"eslint-plugin-import": "2.22.0",
"eslint-plugin-jest": "23.17.1",
"eslint-plugin-prettier": "3.1.4",
"eslint-plugin-promise": "4.2.1",
"eslint-plugin-react": "7.20.3",
"eslint-plugin-react-hooks": "4.0.5",
"eslint-plugin-react-native": "3.8.1",
"eslint-plugin-simple-import-sort": "5.0.3",
"eslint-restricted-globals": "0.2.0",
"prettier": "2.0.5"
},
"devDependencies": {
"@typescript-eslint/eslint-plugin": "3.5.0",
"@typescript-eslint/parser": "3.5.0",
"eslint": "7.3.1",
"typescript": "3.9.6"
}
}