Skip to content

Commit 12f38f7

Browse files
committed
change category
1 parent cf80a29 commit 12f38f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rules/no-restricted-html-elements.ts

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ export default createRule("no-restricted-html-elements", {
44
meta: {
55
docs: {
66
description: "disallow specific HTML elements",
7-
category: "Extension Rules",
7+
category: "Stylistic Issues",
88
recommended: false,
9+
conflictWithPrettier: false,
910
},
1011
schema: {
1112
type: "array",

0 commit comments

Comments
 (0)