Skip to content

Commit fe82e21

Browse files
committed
fix: disallow extra properties in rule options
1 parent 8185617 commit fe82e21

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/rules/no-unpublished-bin.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ module.exports = {
2727
//
2828
convertPath: getConvertPath.schema,
2929
},
30+
additionalProperties: false,
3031
},
3132
],
3233
messages: {

0 commit comments

Comments
 (0)