We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf80a29 commit 12f38f7Copy full SHA for 12f38f7
src/rules/no-restricted-html-elements.ts
@@ -4,8 +4,9 @@ export default createRule("no-restricted-html-elements", {
4
meta: {
5
docs: {
6
description: "disallow specific HTML elements",
7
- category: "Extension Rules",
+ category: "Stylistic Issues",
8
recommended: false,
9
+ conflictWithPrettier: false,
10
},
11
schema: {
12
type: "array",
0 commit comments