@@ -1332,6 +1332,7 @@ String | **string** | **string** | `("test") instanceof String` -> **`false`**
1332
1332
| Tags| ` class ` , ` constant ` , ` enum ` , ` implements ` , ` member ` , ` module ` , ` namespace ` , ` param ` , ` property ` , ` returns ` , ` throws ` , ` type ` , ` typedef ` , ` yields ` |
1333
1333
| Aliases| ` constructor ` , ` const ` , ` var ` , ` arg ` , ` argument ` , ` prop ` , ` return ` , ` exception ` |
1334
1334
| Closure-only| ` package ` , ` private ` , ` protected ` , ` public ` , ` static ` |
1335
+ | Options| ` noDefaults ` |
1335
1336
| Settings| ` preferredTypes ` |
1336
1337
1337
1338
The following patterns are considered problems:
@@ -2125,6 +2126,7 @@ An option object may have the following keys:
2125
2126
| Tags| ` class ` , ` constant ` , ` enum ` , ` implements ` , ` member ` , ` module ` , ` namespace ` , ` param ` , ` property ` , ` returns ` , ` throws ` , ` type ` , ` typedef ` , ` yields ` |
2126
2127
| Aliases| ` constructor ` , ` const ` , ` var ` , ` arg ` , ` argument ` , ` prop ` , ` return ` , ` exception ` , ` yield ` |
2127
2128
| Closure-only| ` package ` , ` private ` , ` protected ` , ` public ` , ` static ` |
2129
+ | Options| ` preferredTypesDefined ` , ` definedTypes ` |
2128
2130
| Settings| ` preferredTypes ` |
2129
2131
2130
2132
The following patterns are considered problems:
0 commit comments