Skip to content

Commit 96de93c

Browse files
author
Christopher Quadflieg
committed
chore: sort lines
1 parent f93bac8 commit 96de93c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/core/core.ts

+4-4
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ const DEFAULT_RULESETS: Record<string, Ruleset> = {
2323
// TODO: Define recommended rules
2424
},
2525
[HTMLHINT_LEGACY]: {
26-
'tagname-lowercase': 'error',
2726
'attr-lowercase': 'error',
27+
'attr-no-duplication': 'error',
2828
'attr-value-double-quotes': 'error',
2929
'doctype-first': 'error',
30-
'tag-pair': 'error',
31-
'spec-char-escape': 'error',
3230
'id-unique': 'error',
31+
'spec-char-escape': 'error',
3332
'src-not-empty': 'error',
34-
'attr-no-duplication': 'error',
33+
'tag-pair': 'error',
34+
'tagname-lowercase': 'error',
3535
'title-require': 'error',
3636
},
3737
}

0 commit comments

Comments
 (0)