Skip to content

Commit b5360d9

Browse files
committed
Fix docs: prettier table alignment
1 parent 42dc391 commit b5360d9

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/rules/template-no-nested-interactive.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,12 @@ Examples of **correct** code for this rule:
9999

100100
## Options
101101

102-
| Name | Type | Default | Description |
103-
| --------------------------- | ---------- | ------- | ----------------------------------------------------------- |
104-
| `additionalInteractiveTags` | `string[]` | `[]` | Extra tag names to consider interactive. |
105-
| `ignoredTags` | `string[]` | `[]` | Tag names to skip checking. |
106-
| `ignoreTabindex` | `boolean` | `false` | If `true`, `tabindex` does not make an element interactive. |
107-
| `ignoreUsemap` | `boolean` | `false` | If `true`, `usemap` does not make an element interactive. |
102+
| Name | Type | Default | Description |
103+
| --------------------------- | ---------- | ------- | ------------------------------------------------------------- |
104+
| `additionalInteractiveTags` | `string[]` | `[]` | Extra tag names to consider interactive. |
105+
| `ignoredTags` | `string[]` | `[]` | Tag names to skip checking. |
106+
| `ignoreTabindex` | `boolean` | `false` | If `true`, `tabindex` does not make an element interactive. |
107+
| `ignoreUsemap` | `boolean` | `false` | If `true`, `usemap` does not make an element interactive. |
108108
| `ignoreUsemapAttribute` | `boolean` | `false` | Alias for `ignoreUsemap` (original ember-template-lint name). |
109109

110110
## References

0 commit comments

Comments
 (0)