Skip to content

Commit

Permalink
Fix: comma-dangle schema allows multiple options (fixes #13165)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdjermanovic committed Apr 9, 2020
1 parent 54630f0 commit 9f7febb
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 9f7febb

Please sign in to comment.