File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -354,16 +354,16 @@ Type: `Object` mapping `String` to `Boolean | Object`
354
354
355
355
Configures the rules to use.
356
356
357
- Object keys are rule names or aliases and values are the rule's configuration.
357
+ Object keys are rule names/ aliases; object values are the rule's configuration.
358
358
The value ` false ` disables a rule, ` true ` enables its default configuration,
359
- and passing an object customizes its settings . Setting the special ` default `
360
- rule to ` true ` or ` false ` includes/excludes all rules by default. Enabling
361
- or disabling a tag name (ex: ` whitespace ` ) affects all rules having that
362
- tag.
363
-
364
- The ` default ` rule is applied first, then keys are processed in order
365
- from top to bottom with later values overriding earlier ones. Keys
366
- (including rule names, aliases, tags, and ` default ` ) are not case-sensitive.
359
+ and passing an object value customizes that rule . Setting the special ` default `
360
+ rule to ` true ` or ` false ` includes/excludes all rules by default. In the absence
361
+ of a configuration object, all rules are enabled. Enabling or disabling a tag
362
+ name (ex: ` whitespace ` ) affects all rules having that tag.
363
+
364
+ The ` default ` rule is applied first, then keys are processed in order from top
365
+ to bottom with later values overriding earlier ones. Keys (including rule names,
366
+ aliases, tags, and ` default ` ) are not case-sensitive.
367
367
368
368
Example:
369
369
You can’t perform that action at this time.
0 commit comments