Skip to content

Commit a159ede

Browse files
committed
docs(check-types and no-undefined-types): Add settings heading
1 parent f12491a commit a159ede

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,5 +68,6 @@ 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+
|Settings|`preferredTypes`|
7172

7273
<!-- assertions checkTypes -->

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,6 @@ 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+
|Settings|`preferredTypes`|
3940

4041
<!-- assertions noUndefinedTypes -->

README.md

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

13121313
The following patterns are considered problems:
13131314

@@ -2100,6 +2101,7 @@ An option object may have the following keys:
21002101
|Tags|`class`, `constant`, `enum`, `implements`, `member`, `module`, `namespace`, `param`, `property`, `returns`, `throws`, `type`, `typedef`, `yields`|
21012102
|Aliases|`constructor`, `const`, `var`, `arg`, `argument`, `prop`, `return`, `exception`, `yield`|
21022103
|Closure-only|`package`, `private`, `protected`, `public`, `static`|
2104+
|Settings|`preferredTypes`|
21032105

21042106
The following patterns are considered problems:
21052107

0 commit comments

Comments
 (0)