Skip to content

Commit d4636bf

Browse files
committed
docs: Regenerate docs with latest fixes.
None of these are functionality changes or represent changes to the oxlint/oxfmt codebases themselves as far as I'm aware. This just fixes the header depths and adds/fixes some docs for rules that lacked them or were incorrect.
1 parent 58d51f9 commit d4636bf

19 files changed

+210
-150
lines changed

src/docs/guide/usage/formatter/generated-config.md

Lines changed: 19 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ search: false
77
Most options are the same as Prettier's options.
88
See also <https://prettier.io/docs/options>
99

10-
# arrowParens
10+
## arrowParens
1111

1212
type: `string | null`
1313

@@ -25,65 +25,69 @@ type: `boolean | null`
2525

2626
Print spaces between brackets in object literals. (Default: true)
2727

28-
# embeddedLanguageFormatting
28+
## embeddedLanguageFormatting
2929

3030
type: `string | null`
3131

3232
Control whether formats quoted code embedded in the file. (Default: "auto")
3333

34-
# endOfLine
34+
## endOfLine
3535

3636
type: `string | null`
3737

3838
Which end of line characters to apply. (Default: "lf")
3939

40-
# experimentalSortImports
40+
## experimentalSortImports
4141

4242
type: `object | null`
4343

4444
Experimental: Sort import statements. Disabled by default.
4545

46-
## experimentalSortImports.groups
46+
### experimentalSortImports.groups
4747

4848
type: `array | null`
4949

5050
Custom groups configuration for organizing imports.
5151
Each array element represents a group, and multiple group names in the same array are treated as one.
5252
Accepts both `string` and `string[]` as group elements.
5353

54-
### experimentalSortImports.groups[n]
54+
#### experimentalSortImports.groups[n]
5555

5656
type: `string[]`
5757

58-
## experimentalSortImports.ignoreCase
58+
### experimentalSortImports.ignoreCase
5959

6060
type: `boolean`
6161

6262
default: `true`
6363

64-
## experimentalSortImports.newlinesBetween
64+
### experimentalSortImports.internalPattern
65+
66+
type: `string[]`
67+
68+
### experimentalSortImports.newlinesBetween
6569

6670
type: `boolean`
6771

6872
default: `true`
6973

70-
# experimentalSortImports.order
74+
### experimentalSortImports.order
7175

7276
type: `string | null`
7377

74-
## experimentalSortImports.partitionByComment
78+
### experimentalSortImports.partitionByComment
7579

7680
type: `boolean`
7781

7882
default: `false`
7983

80-
## experimentalSortImports.partitionByNewline
84+
### experimentalSortImports.partitionByNewline
8185

8286
type: `boolean`
8387

8488
default: `false`
8589

86-
## experimentalSortImports.sortSideEffects
90+
### experimentalSortImports.sortSideEffects
8791

8892
type: `boolean`
8993

@@ -101,7 +105,7 @@ type: `boolean | null`
101105

102106
Use single quotes instead of double quotes in JSX. (Default: false)
103107

104-
# objectWrap
108+
## objectWrap
105109

106110
type: `string | null`
107111

@@ -114,7 +118,7 @@ type: `integer | null`
114118

115119
The line length that the printer will wrap on. (Default: 100)
116120

117-
# quoteProps
121+
## quoteProps
118122

119123
type: `string | null`
120124

@@ -144,7 +148,7 @@ type: `integer | null`
144148

145149
Number of spaces per indentation level. (Default: 2)
146150

147-
# trailingComma
151+
## trailingComma
148152

149153
type: `string | null`
150154

0 commit comments

Comments
 (0)