File tree Expand file tree Collapse file tree 5 files changed +25
-5
lines changed Expand file tree Collapse file tree 5 files changed +25
-5
lines changed Original file line number Diff line number Diff line change 13
13
"engines" : {
14
14
"node" : " ^6.14.0 || ^8.10.0 || >=9.10.0"
15
15
},
16
- "repository" : " typescript-eslint/typescript-eslint" ,
16
+ "repository" : {
17
+ "type" : " git" ,
18
+ "url" : " https://github.com/typescript-eslint/typescript-eslint.git" ,
19
+ "directory" : " packages/eslint-plugin-tslint"
20
+ },
17
21
"bugs" : {
18
22
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
19
23
},
Original file line number Diff line number Diff line change 18
18
" README.md" ,
19
19
" LICENSE"
20
20
],
21
- "repository" : " typescript-eslint/typescript-eslint" ,
21
+ "repository" : {
22
+ "type" : " git" ,
23
+ "url" : " https://github.com/typescript-eslint/typescript-eslint.git" ,
24
+ "directory" : " packages/eslint-plugin"
25
+ },
22
26
"bugs" : {
23
27
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
24
28
},
Original file line number Diff line number Diff line change 16
16
" README.md" ,
17
17
" LICENSE"
18
18
],
19
- "repository" : " typescript-eslint/typescript-eslint" ,
19
+ "repository" : {
20
+ "type" : " git" ,
21
+ "url" : " https://github.com/typescript-eslint/typescript-eslint.git" ,
22
+ "directory" : " packages/experimental-utils"
23
+ },
20
24
"bugs" : {
21
25
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
22
26
},
Original file line number Diff line number Diff line change 11
11
"engines" : {
12
12
"node" : " ^6.14.0 || ^8.10.0 || >=9.10.0"
13
13
},
14
- "repository" : " typescript-eslint/typescript-eslint" ,
14
+ "repository" : {
15
+ "type" : " git" ,
16
+ "url" : " https://github.com/typescript-eslint/typescript-eslint.git" ,
17
+ "directory" : " packages/parser"
18
+ },
15
19
"bugs" : {
16
20
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
17
21
},
Original file line number Diff line number Diff line change 12
12
"engines" : {
13
13
"node" : " >=6.14.0"
14
14
},
15
- "repository" : " typescript-eslint/typescript-eslint" ,
15
+ "repository" : {
16
+ "type" : " git" ,
17
+ "url" : " https://github.com/typescript-eslint/typescript-eslint.git" ,
18
+ "directory" : " packages/typescript-estree"
19
+ },
16
20
"bugs" : {
17
21
"url" : " https://github.com/typescript-eslint/typescript-eslint/issues"
18
22
},
You can’t perform that action at this time.
0 commit comments