@@ -165,7 +165,7 @@ type: `array`
165165
166166type: ` object `
167167
168- ### overrides[ n] .env
168+ #### overrides[ n] .env
169169
170170type: ` object | null `
171171
@@ -177,7 +177,7 @@ type: `string[]`
177177
178178A set of glob patterns.
179179
180- ### overrides[ n] .globals
180+ #### overrides[ n] .globals
181181
182182type: ` object | null `
183183
@@ -192,7 +192,7 @@ JS plugins for this override.
192192Note: JS plugins are experimental and not subject to semver.
193193They are not supported in language server at present.
194194
195- ### overrides[ n] .plugins
195+ #### overrides[ n] .plugins
196196
197197type: ` array | null `
198198
@@ -201,13 +201,17 @@ default: `null`
201201Optionally change what plugins are enabled for this override. When
202202omitted, the base config's plugins are used.
203203
204+ ##### overrides[ n] .plugins[ n]
205+
206+ type: ` string `
207+
204208#### overrides[ n] .rules
205209
206210type: ` object `
207211
208212See [ Oxlint Rules] ( https://oxc.rs/docs/guide/usage/linter/rules.html )
209213
210- # plugins
214+ ## plugins
211215
212216type: ` array | null `
213217
@@ -220,6 +224,10 @@ You can view the list of available plugins on
220224NOTE: Setting the ` plugins ` field will overwrite the base set of plugins.
221225The ` plugins ` array should reflect all of the plugins you want to use.
222226
227+ ### plugins[ n]
228+
229+ type: ` string `
230+
223231## rules
224232
225233type: ` object `
@@ -383,10 +391,7 @@ Example:
383391
384392#### settings.jsx-a11y.polymorphicPropName
385393
386- type: `[
387- string,
388- null
389- ] `
394+ type: ` string | null `
390395
391396An optional setting that define the prop your code uses to create polymorphic components.
392397This setting will be used to determine the element type in rules that
@@ -409,7 +414,11 @@ Configure Next.js plugin rules.
409414
410415#### settings.next.rootDir
411416
412- type: ` string | array `
417+ type: ` array | string `
418+
419+ ##### settings.next.rootDir[ n]
420+
421+ type: ` string `
413422
414423### settings.react
415424
@@ -447,7 +456,15 @@ Example:
447456
448457##### settings.react.formComponents[ n]
449458
450- type: ` string | object | object `
459+ type: ` object | string `
460+
461+ ###### settings.react.formComponents[ n] .attribute
462+
463+ type: ` string `
464+
465+ ###### settings.react.formComponents[ n] .name
466+
467+ type: ` string `
451468
452469#### settings.react.linkComponents
453470
@@ -478,7 +495,15 @@ Example:
478495
479496##### settings.react.linkComponents[ n]
480497
481- type: ` string | object | object `
498+ type: ` object | string `
499+
500+ ###### settings.react.linkComponents[ n] .attribute
501+
502+ type: ` string `
503+
504+ ###### settings.react.linkComponents[ n] .name
505+
506+ type: ` string `
482507
483508### settings.vitest
484509
0 commit comments