Skip to content

Commit ff1f0f9

Browse files
committed
fix: no-distracting-elements rule schema
1 parent 908e35f commit ff1f0f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rules/no-distracting-elements.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const rule: Rule.RuleModule = {
2222
schema: [
2323
{
2424
type: "object",
25-
elements: {
25+
additionalProperties: {
2626
type: "array",
2727
items: {
2828
type: "string",

0 commit comments

Comments
 (0)