Skip to content

Commit

Permalink
docs: fix whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
schoero committed Jan 8, 2025
1 parent 4c1c390 commit a59b9ca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/rules/multiline.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

- `classAttributes`

The name of the attribute that contains the tailwind classes. This can also be set globally via the [`settings` object](../settings/settings.md).
The name of the attribute that contains the tailwind classes. This can also be set globally via the [`settings` object](../settings/settings.md).

**Type**: Array of [Name](../concepts/concepts.md#name), [Regex](../concepts/concepts.md#regular-expressions) or [Matchers](../concepts/concepts.md#matchers)
**Default**: [Name](../concepts/concepts.md#name) for `"class"` and [strings Matcher](../concepts/concepts.md#types-of-matchers) for `"class", "className"`
Expand All @@ -72,7 +72,7 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

- `callees`

List of function names which arguments should get linted. This can also be set globally via the [`settings` object](../settings/settings.md.
List of function names which arguments should get linted. This can also be set globally via the [`settings` object](../settings/settings.md).

**Type**: Array of [Name](../concepts/concepts.md#name), [Regex](../concepts/concepts.md#regular-expressions) or [Matchers](../concepts/concepts.md#matchers)
**Default**: [Matchers](../concepts/concepts.md#types-of-matchers) for `"cc", "clb", "clsx", "cn", "cnb", "ctl", "cva", "cx", "dcnb", "objstr", "tv", "twJoin", "twMerge"`
Expand All @@ -81,7 +81,7 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

- `variables`

List of variable names whose initializer should get linted. This can also be set globally via the [`settings` object](../settings/settings.md).
List of variable names whose initializer should get linted. This can also be set globally via the [`settings` object](../settings/settings.md).

**Type**: Array of [Name](../concepts/concepts.md#name), [Regex](../concepts/concepts.md#regular-expressions) or [Matchers](../concepts/concepts.md#matchers)
**Default**: [strings Matcher](../concepts/concepts.md#types-of-matchers) for `"className", "classNames", "classes", "style", "styles"`
Expand All @@ -90,7 +90,7 @@ Enforce tailwind classes to be broken up into multiple lines. It is possible to

- `tags`

List of template literal tag names whose content should get linted. This can also be set globally via the [`settings` object](../settings/settings.md).
List of template literal tag names whose content should get linted. This can also be set globally via the [`settings` object](../settings/settings.md).

**Type**: Array of [Name](../concepts/concepts.md#name), [Regex](../concepts/concepts.md#regular-expressions) or [Matchers](../concepts/concepts.md#matchers)
**Default**: None
Expand Down

0 comments on commit a59b9ca

Please sign in to comment.