Skip to content

Commit 6ef60e0

Browse files
committed
refactor: Remove InputsConfig, update no-unused-vars
1 parent 0344c00 commit 6ef60e0

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.eslintrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"no-throw-literal": 2,
2121
"no-self-compare": 2,
2222
"no-void": 2,
23-
"no-unused-vars": 1,
23+
"no-unused-vars": 2,
2424
"wrap-iife": 2,
2525
"no-eq-null": 2,
2626
"strict": [2, "global"],

declarations/comment.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,6 @@ type SourceFile = {
4242
file: string
4343
};
4444

45-
// type InputsConfig = {
46-
// inputs: Array<SourceFile>,
47-
// config: DocumentationConfig
48-
// };
49-
5045
type CommentContext = {
5146
sortKey: string,
5247
file: string,

0 commit comments

Comments
 (0)