Skip to content

Commit 96ad1c2

Browse files
committed
chore: format
1 parent 3424062 commit 96ad1c2

2 files changed

Lines changed: 6 additions & 11 deletions

File tree

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

typedoc.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
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+
}

0 commit comments

Comments
 (0)