-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.25 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
{
"name": "@heed/eslint-config-heed",
"version": "2.0.0",
"description": "Heed organisational linting rules for ESLint",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/heedsoftware/eslint-config-heed"
},
"main": "index.js",
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"publishConfig": {
"access": "public"
},
"scripts": {
"commit": "git-cz",
"publish": "semantic-release"
},
"dependencies": {
"@babel/eslint-parser": "^7.24.5",
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jest": "^28.5.0",
"eslint-plugin-jest-formatting": "^3.1.0",
"eslint-plugin-jsx-a11y": "^6.8.0",
"eslint-plugin-lodash": "^8.0.0",
"eslint-plugin-prettier": "^5.1.3",
"eslint-plugin-react": "^7.34.1",
"eslint-plugin-react-hooks": "^4.6.2",
"eslint-plugin-react-native": "^4.1.0"
},
"devDependencies": {
"commitizen": "^4.2.4",
"cz-conventional-changelog": "3.3.0",
"eslint": "^8.19.0",
"semantic-release": "19.0.3"
},
"peerDependencies": {
"eslint": ">= 6.1.0",
"prettier": ">= 1.13.0"
}
}