Skip to content

Commit b2a00c4

Browse files
committed
docs(check-types, no-undefined-types): Add Options table heading
1 parent 4bf60e9 commit b2a00c4

File tree

3 files changed

+4
-0
lines changed

3 files changed

+4
-0
lines changed

.README/rules/check-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ String | **string** | **string** | `("test") instanceof String` -> **`false`**
6868
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
6969
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`|
7070
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
71+
|Options|`noDefaults`|
7172
|Settings|`preferredTypes`|
7273

7374
<!-- assertions checkTypes -->

.README/rules/no-undefined-types.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ An option object may have the following keys:
3636
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
3737
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
3838
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
39+
|Options|`preferredTypesDefined`, `definedTypes`|
3940
|Settings|`preferredTypes`|
4041

4142
<!-- assertions noUndefinedTypes -->

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1332,6 +1332,7 @@ String | **string** | **string** | `("test") instanceof String` -> **`false`**
13321332
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
13331333
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`|
13341334
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
1335+
|Options|`noDefaults`|
13351336
|Settings|`preferredTypes`|
13361337

13371338
The following patterns are considered problems:
@@ -2125,6 +2126,7 @@ An option object may have the following keys:
21252126
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
21262127
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
21272128
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
2129+
|Options|`preferredTypesDefined`, `definedTypes`|
21282130
|Settings|`preferredTypes`|
21292131

21302132
The following patterns are considered problems:

0 commit comments

Comments
 (0)