You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: documentation for new configuration structure (#447)
* docs: new configuration structure for alt-require
* docs: new configuration structure for attr-lowercase
* docs: new configuration structure for attr-no-duplication
* docs: new configuration structure for attr-no-unnecessary-whitespace
* docs: update getting started
* docs: add missing rules
* docs: fix broken links
* docs: new configuration structure for attr-sorted
* docs: remove unnecessary prettier-ignore
* docs: new configuration structure for attr-unsafe-chars
* docs: new configuration structure for attr-value-double-quotes
* docs: new configuration structure for attr-value-not-empty
* docs: use texts from rules
* docs: new configuration structure for attr-value-single-quotes
* docs: new configuration structure for attr-whitespace
* docs: new configuration structure for doctype-first
* docs: new configuration structure for doctype-html5
* docs: remove empty-tag-not-self-closed
* docs: new configuration structure for head-script-disabled
* docs: new configuration structure for href-abs-or-rel
* docs: new configuration structure for id-class-ad-disabled
* docs: new configuration structure for id-class-value
* docs: new configuration structure for id-unique
* docs: new configuration structure for inline-script-disabled
* docs: new configuration structure for inline-style-disabled
* docs: new configuration structure for input-requires-label
* docs: new configuration structure
* docs: update doc attr-whitespace
* docs: update doc tags-check
* docs: update doc tagname-specialchars
* docs: update doc
-[`attr-value-double-quotes`](/docs/user-guide/rules/attr-value-double-quotes): Attribute values must be in double quotes.
23
-
-[`attr-value-not-empty`](/docs/user-guide/rules/attr-not-empty): All attributes must have values.
23
+
-[`attr-value-not-empty`](/docs/user-guide/rules/attr-value-not-empty): All attributes must have values.
24
24
-[`alt-require`](/docs/user-guide/rules/alt-require): The alt attribute of an element must be present and alt attribute of area[href] and input[type=image] must have a value.
25
25
26
26
### Tags
27
27
28
-
-[`tags-check`](/docs/user-guide/rules/tags-check.md): Allowing specify rules for any tag and validate that
28
+
-[`tags-check`](/docs/user-guide/rules/tags-check): Allowing specify rules for any tag and validate that
29
29
-[`tag-pair`](/docs/user-guide/rules/tag-pair): Tag must be paired.
30
30
-[`tag-self-close`](/docs/user-guide/rules/tag-self-close): Empty tags must be self closed.
31
31
-[`tagname-lowercase`](/docs/user-guide/rules/tagname-lowercase): All html element names must be in lowercase.
32
-
-[`empty-tag-not-self-closed`](/docs/user-guide/rules/empty-tag-not-self-closed): The empty tag should not be closed by self.
33
32
-[`src-not-empty`](/docs/user-guide/rules/src-not-empty): The src attribute of an img(script,link) must have a value.
34
33
-[`href-abs-or-rel`](/docs/user-guide/rules/href-abs-or-rel): An href attribute must be either absolute or relative.
0 commit comments