-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.53 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
55
{
"name": "@eslint-recommended/eslint-config-typescript",
"version": "50.1.0",
"description": "Recommended ESLint Shareable Config for TypeScript",
"scripts": {
"lint": "eslint '**/*.{js,mjs,cjs,ts,mts,cts}'",
"prepublishOnly": "npm run lint"
},
"files": [
"index.js"
],
"engines": {
"node": ">=20"
},
"peerDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "^4.0.0",
"eslint": "^8.23.1",
"eslint-config-love": "^47.0.0",
"eslint-plugin-jsdoc": "^48.0.0",
"eslint-plugin-regexp": "^2.6.0",
"eslint-plugin-sonarjs": "^0.25.0",
"eslint-plugin-tsdoc": "^0.3.0",
"eslint-plugin-unicorn": "^53.0.0",
"typescript": "*"
},
"devDependencies": {
"@eslint-community/eslint-plugin-eslint-comments": "4.3.0",
"@tsconfig/node20": "20.1.4",
"@types/node": "20.12.14",
"eslint": "8.57.0",
"eslint-config-love": "47.0.0",
"eslint-plugin-jsdoc": "48.5.0",
"eslint-plugin-regexp": "2.6.0",
"eslint-plugin-sonarjs": "0.25.1",
"eslint-plugin-tsdoc": "0.3.0",
"eslint-plugin-unicorn": "53.0.0",
"typescript": "5.5.2"
},
"repository": {
"type": "git",
"url": "https://github.com/eslint-recommended/eslint-config-typescript.git"
},
"bugs": {
"url": "https://github.com/eslint-recommended/eslint-config-typescript/issues"
},
"homepage": "https://github.com/eslint-recommended/eslint-config-typescript",
"license": "MIT",
"keywords": [
"config",
"eslint-config",
"eslint",
"eslintconfig",
"typescript"
]
}