-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.24 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
39
40
41
42
43
{
"name": "eslint-config-crypho",
"version": "1.10.2",
"description": "Crypho eslint configuration",
"main": "recommended.js",
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Crypho/eslint-config-crypho.git"
},
"keywords": [
"eslint"
],
"prettier": "crypho-prettier",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/Crypho/eslint-config-crypho/issues"
},
"homepage": "https://github.com/Crypho/eslint-config-crypho#readme",
"scripts": {
"test": "eslint *.js"
},
"peerDependencies": {
"eslint": ">=7"
},
"optionalDependencies": {
"@typescript-eslint/eslint-plugin": "^4.18.0",
"@typescript-eslint/parser": "^4.18.0",
"eslint-plugin-react-native": "^3.10.0"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"crypho-prettier": "^1.1.1",
"eslint": "^7.17.0",
"eslint-config-prettier": "^8.1.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-prettier": "^3.3.1",
"eslint-plugin-promise": "^4.3.1",
"eslint-plugin-react": "^7.22.0",
"eslint-plugin-unicorn": "^28.0.2",
"prettier": "^2.2.1"
}
}