Skip to content

Commit ae1be39

Browse files
Update lib/rules/max-props.js
Co-authored-by: Flo Edelmann <[email protected]>
1 parent ca5ce34 commit ae1be39

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/rules/max-props.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ module.exports = {
2323
minimum: 1
2424
}
2525
},
26-
additionalProperties: false
26+
additionalProperties: false,
27+
minProperties: 1
2728
}
2829
],
2930
messages: {

0 commit comments

Comments
 (0)