-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathpackage.json
46 lines (46 loc) · 1.33 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
{
"name": "@channel.io/eslint-config",
"version": "1.5.1",
"description": "eslint configuration for channel.io web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Channel Corp.",
"bugs": {
"url": "https://github.com/channel-io/eslint-config/issues"
},
"homepage": "https://github.com/channel-io/eslint-config",
"repository": {
"type": "git",
"url": "git+https://github.com/channel-io/eslint-config.git"
},
"keywords": [
"react",
"eslint",
"channelio"
],
"license": "MIT",
"peerDependencies": {
"@channel.io/eslint-plugin": "^1.2.0",
"@typescript-eslint/eslint-plugin": "^5.44.0",
"@typescript-eslint/parser": "^5.44.0",
"babel-eslint": "^8.2.6",
"eslint": "^7.0.0",
"eslint-config-airbnb-typescript": "^12.0.0",
"eslint-import-resolver-typescript": "^2.0.0",
"eslint-import-resolver-webpack": "^0.10.1",
"eslint-plugin-babel": "^5.3.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jest": "^22.7.1",
"eslint-plugin-jsx-a11y": "^6.3.1",
"eslint-plugin-react": "^7.29.4",
"eslint-plugin-react-hooks": "^4.2.0",
"typescript": "^4.2.3"
},
"devDependencies": {
"@channel.io/eslint-plugin": "^1.2.0",
"eslint-config-airbnb-typescript": "^12.3.1",
"typescript": "^4.2.3"
}
}