-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.22 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
{
"name": "eslint-config-eko",
"version": "3.0.0",
"description": "ESLint configuration for Amity JS apps",
"main": "index.js",
"scripts": {
"lint": "TIMING=20 eslint .",
"lint:fix": "TIMING=20 eslint . --fix",
"prettier": "prettier . --check",
"prettier:fix": "prettier . --write"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/EkoCommunications/EkoESLintConfig.git"
},
"keywords": [
"eslint",
"amity",
"amityeko",
"eko",
"ekoapp",
"amity social cloud",
"asc"
],
"author": "Amity Corporation Ltd.",
"license": "ISC",
"bugs": {
"url": "https://github.com/EkoCommunications/EkoESLintConfig/issues"
},
"homepage": "https://github.com/EkoCommunications/EkoESLintConfig#readme",
"peerDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.0"
},
"devDependencies": {
"eslint": "7.32.0",
"eslint-config-airbnb-base": "14.2.1",
"eslint-config-prettier": "8.3.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-prettier": "4.0.0",
"prettier": "2.4.0"
}
}