table-align
Allows to force table alignment on steps and/or examples. Is possible to specify if you want to apply this rule for tables on steps and/or examples
Configuration
Name | Type | Description | Default |
---|---|---|---|
examples | boolean | If sets to true, tables on examples should be aligned. | true |
steps | boolean | If sets to true, tables on steps should be aligned. | true |
Examples
Example
Force tables on steps and examples to be properly aligned.
{
"table-align": [
"error",
{
"steps": true,
"examples": true
}
]
}