diff --git a/lib/rules/comma-dangle.js b/lib/rules/comma-dangle.js index e22b7f3551e1..9ca5efa63231 100644 --- a/lib/rules/comma-dangle.js +++ b/lib/rules/comma-dangle.js @@ -124,7 +124,8 @@ module.exports = { } ] } - ] + ], + additionalItems: false }, messages: {