Skip to content

Commit a8d4bbb

Browse files
committed
update config
1 parent 65c1381 commit a8d4bbb

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
@@ -33,11 +33,12 @@ export default createRule("no-restricted-html-elements", {
3333
message: { type: "string", minLength: 1 },
3434
},
3535
additionalProperties: false,
36+
minItems: 1,
3637
},
3738
],
3839
},
3940
uniqueItems: true,
40-
minItems: 0,
41+
minItems: 1,
4142
},
4243
messages: {},
4344
type: "suggestion",

0 commit comments

Comments
 (0)