forked from microsoft/rushstack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 916 Bytes
/
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
{
"name": "@rushstack/eslint-config",
"version": "0.4.0",
"description": "Base set of ESLint rules for scalable TypeScript projects.",
"license": "MIT",
"repository": {
"url": "https://github.com/microsoft/rushstack/tree/master/stack/eslint-config"
},
"scripts": {
"build": ""
},
"keywords": [
"eslint",
"eslint-config",
"rush",
"rushstack",
"typescript"
],
"peerDependencies": {
"eslint": "^5.0.0 || ^6.0.0",
"typescript": ">=3.0.0"
},
"dependencies": {
"@typescript-eslint/eslint-plugin": "2.3.3",
"@typescript-eslint/experimental-utils": "2.3.3",
"@typescript-eslint/parser": "2.3.3",
"@typescript-eslint/typescript-estree": "2.3.3",
"eslint-plugin-promise": "~4.2.1",
"eslint-plugin-react": "~7.16.0",
"eslint-plugin-security": "~1.4.0"
},
"devDependencies": {
"eslint": "~6.5.1",
"typescript": "~3.5.3"
}
}