Skip to content

Commit

Permalink
Breaking: fix comma-dangle schema (fixes #13739) (#14030)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlorentx committed Aug 5, 2021
1 parent b953a4e commit 8b4f3ab
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/comma-dangle.js
Expand Up @@ -123,7 +123,8 @@ module.exports = {
}
]
}
]
],
additionalItems: false
},

messages: {
Expand Down

0 comments on commit 8b4f3ab

Please sign in to comment.