Skip to content

Commit

Permalink
Update: disallow multiple options in comma-dangle schema (fixes #13165)…
Browse files Browse the repository at this point in the history
… (#13166)
  • Loading branch information
mdjermanovic committed Jun 13, 2020
1 parent b550330 commit cbd0d00
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/rules/comma-dangle.js
Expand Up @@ -124,7 +124,8 @@ module.exports = {
}
]
}
]
],
additionalItems: false
},

messages: {
Expand Down

0 comments on commit cbd0d00

Please sign in to comment.