-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.26 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
44
{
"name": "@calvium/eslint-config",
"version": "1.0.4",
"description": "eslint configuration to be used in Calvium Projects",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/calvium/eslint-config-calvium.git"
},
"keywords": [
"eslint",
"calvium"
],
"author": "Pablo Carrillo",
"license": "MIT",
"bugs": {
"url": "https://github.com/calvium/eslint-config-calvium/issues"
},
"homepage": "https://github.com/calvium/eslint-config-calvium#readme",
"dependencies": {},
"peerDependencies": {
"eslint": "6.x",
"eslint-plugin-import": ">= 2",
"eslint-plugin-flowtype": ">= 4",
"eslint-plugin-jsx-a11y": ">= 6",
"eslint-plugin-react": ">= 7",
"eslint-plugin-react-native": ">= 3",
"eslint-plugin-promise": ">= 4",
"eslint-config-prettier": ">= 6",
"@react-native-community/eslint-config": ">= 0.0.5",
"eslint-plugin-eslint-comments": ">= 3",
"eslint-plugin-react-hooks": ">= 1",
"eslint-plugin-jest": ">= 22",
"@typescript-eslint/parser": ">= 2",
"@typescript-eslint/eslint-plugin": ">= 2",
"eslint-import-resolver-typescript": ">= 1"
},
"directories": {
"lib": "lib"
}
}