File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,11 +64,11 @@ The general principles are the following:
6464
6565- If the comment is a change suggestion...
6666 - If it's clear and uncontroversial how to apply the suggestion, you should resolve the comment after you have made
67- the corresponding changes to the PR.
67+ the corresponding changes to the PR.
6868 - If you are not 100% sure that you have applied the suggestion correctly, leave a comment asking it. Do not resolve
69- the comment in this case.
69+ the comment in this case.
7070 - If you don't fully understand or agree with the suggestion, reply to the comment with your questions and
71- rebuttals. Do not resolve the comment in this case.
71+ rebuttals. Do not resolve the comment in this case.
7272- If the comment is a clarification request, answer it. Do not resolve the comment in this case. We will either come
7373 back with further questions or suggestions, or close the comment ourselves if we find your answer satisfactory.
7474
Original file line number Diff line number Diff line change 11{
22 "entryPointStrategy" : " expand" ,
3- "entryPoints" : [
4- " src"
5- ],
6- "exclude" : [
7- " **/test/**" ,
8- " **/__tests__/**"
9- ],
3+ "entryPoints" : [" src" ],
4+ "exclude" : [" **/test/**" , " **/__tests__/**" ],
105 "hideGenerator" : true ,
116 "out" : " docs/api" ,
127 "tsconfig" : " tsconfig.json"
13- }
8+ }
You can’t perform that action at this time.
0 commit comments