-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.45 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.45 KB
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
{
"name": "eslint-config-seekingalpha-base",
"version": "11.40.0",
"description": "SeekingAlpha's sharable base ESLint config",
"main": "index.js",
"type": "module",
"scripts": {
"eslint-find-rules": "eslint-find-rules --flatConfig -u ./index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/seekingalpha/javascript.git"
},
"keywords": [
"code",
"codelinter",
"policy",
"quality",
"eslint",
"eslintconfig",
"ECMAScript6",
"sa",
"seekingalpha",
"javascript",
"ES6",
"rules",
"style",
"guide"
],
"author": "Aleksey Kovalevsky",
"contributors": [
{
"name": "Artem Prokhatskyi",
"url": "https://github.com/prokhatskiy"
},
{
"name": "Dima Portyanka",
"url": "https://github.com/dimaPortyanka"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/seekingalpha/javascript/issues"
},
"homepage": "https://github.com/seekingalpha/javascript#readme",
"engines": {
"node": ">= 24"
},
"peerDependencies": {
"eslint": "9.39.2",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "62.0.0"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-find-rules": "5.0.0",
"eslint-plugin-import": "2.32.0",
"eslint-plugin-promise": "7.2.1",
"eslint-plugin-unicorn": "62.0.0"
}
}