Skip to content

Commit baf36e2

Browse files
authored
fix: disallow extra properties in rule options (#299)
1 parent 1b1881b commit baf36e2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/rules/selector-complexity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ export default {
235235
uniqueItems: true,
236236
},
237237
},
238+
additionalProperties: false,
238239
},
239240
],
240241

0 commit comments

Comments
 (0)