-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
73 lines (73 loc) · 1.94 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
69
70
71
72
73
{
"name": "@comicrelief/eslint-config",
"version": "0.1.0",
"description": "Shared Eslint configuration for Comic Relief codebases.",
"main": "index.js",
"repository": "[email protected]:comicrelief/eslint-config.git",
"author": "Comic Relief",
"license": "MIT",
"files": [
"index.js",
"mixins"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"test": "./tests/test.sh"
},
"peerDependencies": {
"@babel/eslint-parser": "^7.11.3",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"eslint": "^8.18.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0"
},
"peerDependenciesMeta": {
"@babel/eslint-parser": {
"optional": true
},
"@typescript-eslint/eslint-plugin": {
"optional": true
},
"eslint-plugin-flowtype": {
"optional": true
},
"eslint-plugin-jsdoc": {
"optional": true
},
"eslint-plugin-sonarjs": {
"optional": true
},
"eslint-plugin-unicorn": {
"optional": true
}
},
"devDependencies": {
"@babel/core": "^7.18.10",
"@babel/eslint-parser": "^7.11.3",
"@babel/plugin-syntax-flow": "^7.18.6",
"@babel/plugin-transform-react-jsx": "^7.18.10",
"@babel/preset-env": "^7.18.10",
"@typescript-eslint/eslint-plugin": "^5.33.0",
"@typescript-eslint/parser": "^5.33.0",
"chai": "^4.3.6",
"eslint": "^8.21.0",
"eslint-plugin-flowtype": "^8.0.3",
"eslint-plugin-import": "^2.25.2",
"eslint-plugin-jsdoc": "^39.3.2",
"eslint-plugin-jsx-a11y": "^6.5.1",
"eslint-plugin-react": "^7.30.0",
"eslint-plugin-react-hooks": "^4.6.0",
"eslint-plugin-sonarjs": "^0.13.0",
"eslint-plugin-unicorn": "^42.0.0",
"semantic-release": "^19.0.3",
"typescript": "^4.7.4"
},
"dependencies": {
"eslint-config-airbnb": "^19.0.4",
"eslint-config-airbnb-base": "^15.0.0"
}
}