@@ -7,17 +7,19 @@ exports[`generate (rule options list) basic generates the documentation 1`] = `
7
7
## Options
8
8
<!-- begin auto-generated rule options list -->
9
9
10
- | Name | Description | Type | Choices | Default | Required | Deprecated |
11
- | :------------------------- | :---------------------------- | :------------------ | :---------------- | :------- | :------- | :--------- |
12
- | \` arr1\` | | Array | | | | |
13
- | \` arrWithArrType\` | | String, Boolean | | | | |
14
- | \` arrWithArrTypeSingleItem\` | | String | | | | |
15
- | \` arrWithItemsArrayType\` | | (String, Boolean)[] | | | | |
16
- | \` arrWithItemsType\` | | String[] | | | | |
17
- | \` bar\` | Choose how to use the rule. | String | \` always\` , \` never\` | \` always\` | Yes | |
18
- | \` baz\` | | | | \` true\` | Yes | |
19
- | \` biz\` | | | | | | |
20
- | \` foo\` | Enable some kind of behavior. | Boolean | | \` false\` | | Yes |
10
+ | Name | Description | Type | Choices | Default | Required | Deprecated |
11
+ | :------------------------- | :---------------------------- | :------------------ | :---------------- | :------------------------------------- | :------- | :--------- |
12
+ | \` arr1\` | | Array | | | | |
13
+ | \` arrWithArrType\` | | String, Boolean | | | | |
14
+ | \` arrWithArrTypeSingleItem\` | | String | | | | |
15
+ | \` arrWithDefault\` | | Array | | [\` hello world\` , \` 1\` , \` 2\` , \` 3\` , \` true\` ] | | |
16
+ | \` arrWithDefaultEmpty\` | | Array | | \` []\` | | |
17
+ | \` arrWithItemsArrayType\` | | (String, Boolean)[] | | | | |
18
+ | \` arrWithItemsType\` | | String[] | | | | |
19
+ | \` bar\` | Choose how to use the rule. | String | \` always\` , \` never\` | \` always\` | Yes | |
20
+ | \` baz\` | | | | \` true\` | Yes | |
21
+ | \` biz\` | | | | | | |
22
+ | \` foo\` | Enable some kind of behavior. | Boolean | | \` false\` | | Yes |
21
23
22
24
<!-- end auto-generated rule options list -->"
23
25
` ;
0 commit comments