-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
54 lines (54 loc) · 1.21 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
{
"name": "eslint-config-tsdocstandard",
"description": "eslint sharable config for tsdocstandard",
"version": "17.1.2",
"author": "Raynos <[email protected]>",
"bugs": {
"url": "https://github.com/Raynos/eslint-config-tsdocstandard/issues"
},
"homepage": "https://github.com/Raynos/eslint-config-tsdocstandard",
"keywords": [
"tsdocstandard",
"style checker",
"code style",
"code checker",
"code linter",
"style linter",
"simple",
"policy",
"style",
"code",
"lint",
"eslint",
"jshint",
"jscs",
"hint",
"enforce",
"check",
"verify",
"quality",
"checker",
"code standards",
"JavaScript tsdocstandard Style",
"tsdocstandard style",
"eslintconfig"
],
"license": "ISC",
"main": "index.js",
"devDependencies": {},
"dependencies": {
"@typescript-eslint/parser": "4.13.0"
},
"peerDependencies": {
"eslint": ">=7.12.1",
"eslint-config-standard": "^16.0.1",
"eslint-plugin-import": ">=2.22.1",
"eslint-plugin-node": ">=11.1.0",
"eslint-plugin-promise": ">=4.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/Raynos/eslint-config-tsdocstandard.git"
},
"scripts": {}
}