-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 1.08 KB
/
package.json
File metadata and controls
49 lines (49 loc) · 1.08 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
{
"name": "eslint-config-seekingalpha-typescript",
"version": "8.59.0",
"description": "SeekingAlpha's sharable typescript 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",
"typescript"
],
"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",
"typescript-eslint": "8.55.0"
},
"devDependencies": {
"eslint": "9.39.2",
"eslint-find-rules": "5.0.0",
"typescript-eslint": "8.55.0"
}
}