-
Notifications
You must be signed in to change notification settings - Fork 677
Expand file tree
/
Copy pathpackage.json
More file actions
47 lines (47 loc) · 1.24 KB
/
package.json
File metadata and controls
47 lines (47 loc) · 1.24 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
{
"name": "@rushstack/eslint-config",
"version": "4.6.4",
"description": "A TypeScript ESLint ruleset designed for large teams and projects",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack.git",
"type": "git",
"directory": "eslint/eslint-config"
},
"homepage": "https://rushstack.io",
"scripts": {
"build": "",
"_phase:build": ""
},
"keywords": [
"eslint",
"eslint-config",
"monorepo",
"rush",
"scalable",
"scale",
"typescript"
],
"peerDependencies": {
"eslint": "^8.57.0 || ^9.25.1",
"typescript": ">=4.7.0"
},
"dependencies": {
"@rushstack/eslint-patch": "workspace:*",
"@rushstack/eslint-plugin": "workspace:*",
"@rushstack/eslint-plugin-packlets": "workspace:*",
"@rushstack/eslint-plugin-security": "workspace:*",
"@typescript-eslint/eslint-plugin": "~8.56.1",
"@typescript-eslint/utils": "~8.56.1",
"@typescript-eslint/parser": "~8.56.1",
"@typescript-eslint/typescript-estree": "~8.56.1",
"eslint-plugin-promise": "~7.2.1",
"eslint-plugin-react": "~7.37.5",
"eslint-plugin-tsdoc": "~0.5.1"
},
"devDependencies": {
"eslint": "~9.37.0",
"typescript": "~5.8.2"
},
"sideEffects": false
}