-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.44 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
45
46
47
48
49
50
51
{
"name": "@deliveryhero/logistics-eslint-config",
"version": "1.3.0",
"description": "A eslint config for Delivery Hero Logistics",
"main": "index.js",
"scripts": {
"lint:init": "eslint --init",
"lint": "eslint .",
"test": "echo 'No tests specified'",
"travis-deploy-once": "travis-deploy-once --pro",
"semantic-release": "semantic-release",
"format": "prettier . --write",
"format:check": "prettier . --check"
},
"author": "[email protected]",
"license": "MIT",
"publishConfig": {
"registry": "https://npm.pkg.github.com/deliveryhero"
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-prettier": "^4.0.0",
"eslint-plugin-react": "^7.30.0"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.17.0",
"eslint": "^8.16.0",
"prettier": "^2.6.2"
},
"devDependencies": {
"@babel/core": "^7.18.0",
"@babel/eslint-parser": "^7.17.0",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.16.0",
"eslint-plugin-react-hooks": "^4.5.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.3"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"repository": {
"type": "git",
"url": "https://github.com/deliveryhero/eslint-config-logistics.git"
}
}