This repository has been archived by the owner on Jun 14, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
68 lines (68 loc) · 1.89 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"name": "eslint-config-payfit",
"version": "0.0.0-semantic-release",
"description": "PayFit ESLint Configuration",
"keywords": [
"eslint",
"eslintconfig",
"security"
],
"homepage": "https://github.com/PayFit/eslint-config-payfit#readme",
"bugs": {
"url": "https://github.com/PayFit/eslint-config-payfit/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PayFit/eslint-config-payfit.git"
},
"license": "ISC",
"author": "Payfit Tech",
"main": "index.js",
"files": [
"package.json",
"rules",
"index.js",
"node.js",
"react.js",
"jest.js"
],
"scripts": {
"semantic-release": "semantic-release"
},
"config": {
"commitizen": {
"path": "cz-conventional-changelog"
}
},
"devDependencies": {
"@commitlint/cli": "9.1.1",
"@commitlint/config-conventional": "9.1.1",
"@payfit/semantic-release-package-config": "4.0.0",
"commitizen": "4.1.2",
"cz-conventional-changelog": "3.2.0",
"husky": "4.2.5",
"lint-staged": "10.2.11",
"prettier": "2.0.5",
"semantic-release": "17.1.1"
},
"peerDependencies": {
"@typescript-eslint/eslint-plugin": "^2.22.0 || ^3.0.0",
"@typescript-eslint/parser": "^2.22.0 || ^3.0.0",
"eslint": "^6.6.0 || ^7.0.0",
"eslint-config-airbnb": "^18.0.1",
"eslint-config-airbnb-base": "^14.0.0",
"eslint-config-prettier": "^6.10.0",
"eslint-plugin-eslint-comments": "^3.1.2",
"eslint-plugin-import": "^2.18.2",
"eslint-plugin-jest": "^23.8.1",
"eslint-plugin-jsx-a11y": "^6.2.3",
"eslint-plugin-no-unsanitized": "^3.0.2",
"eslint-plugin-node": "^11.0.0",
"eslint-plugin-payfit": "1.0.5",
"eslint-plugin-react": "^7.16.0",
"eslint-plugin-react-hooks": "^2.0.0 || ^3.0.0 || ^4.0.0",
"eslint-plugin-security": "^1.4.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-xss": "^0.1.9"
}
}