We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 300b438 commit a5e78cbCopy full SHA for a5e78cb
docs/rules/attribute-hyphenation.md
@@ -47,8 +47,8 @@ and all the [SVG attributes](https://developer.mozilla.org/en-US/docs/Web/SVG/At
47
48
- `"always"` (default) ... Use hyphenated attribute name.
49
- `"never"` ... Don't use hyphenated attribute name.
50
-- `"ignore"` ... Array of ignored names.
51
-- `"ignoreTags"` ... Array of exclude tag names.
+- `"ignore"` ... Array of attribute names that don't need to follow the specified casing.
+- `"ignoreTags"` ... Array of tag names whose attributes don't need to follow the specified casing.
52
53
### `"always"`
54
0 commit comments