We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0344c00 commit 6ef60e0Copy full SHA for 6ef60e0
.eslintrc
@@ -20,7 +20,7 @@
20
"no-throw-literal": 2,
21
"no-self-compare": 2,
22
"no-void": 2,
23
- "no-unused-vars": 1,
+ "no-unused-vars": 2,
24
"wrap-iife": 2,
25
"no-eq-null": 2,
26
"strict": [2, "global"],
declarations/comment.js
@@ -42,11 +42,6 @@ type SourceFile = {
42
file: string
43
};
44
45
-// type InputsConfig = {
46
-// inputs: Array<SourceFile>,
47
-// config: DocumentationConfig
48
-// };
49
-
50
type CommentContext = {
51
sortKey: string,
52
file: string,
0 commit comments