forked from typescript-eslint/typescript-eslint
-
Notifications
You must be signed in to change notification settings - Fork 0
/
workspace.json
49 lines (49 loc) · 1.26 KB
/
workspace.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
{
"version": 2,
"projects": {
"@typescript-eslint/ast-spec": {
"root": "packages/ast-spec",
"type": "library"
},
"@typescript-eslint/eslint-plugin": {
"root": "packages/eslint-plugin",
"type": "library"
},
"@typescript-eslint/eslint-plugin-internal": {
"root": "packages/eslint-plugin-internal",
"type": "library"
},
"@typescript-eslint/eslint-plugin-tslint": {
"root": "packages/eslint-plugin-tslint",
"type": "library"
},
"@typescript-eslint/experimental-utils": {
"root": "packages/experimental-utils",
"type": "library"
},
"@typescript-eslint/parser": {
"root": "packages/parser",
"type": "library"
},
"@typescript-eslint/scope-manager": {
"root": "packages/scope-manager",
"type": "library"
},
"@typescript-eslint/shared-fixtures": {
"root": "packages/shared-fixtures",
"type": "library"
},
"@typescript-eslint/types": {
"root": "packages/types",
"type": "library"
},
"@typescript-eslint/typescript-estree": {
"root": "packages/typescript-estree",
"type": "library"
},
"@typescript-eslint/visitor-keys": {
"root": "packages/visitor-keys",
"type": "library"
}
}
}