Skip to content

Commit

Permalink
Disallow multiple option types in comma-dangle schema (fixes eslint#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlorentx committed Jan 23, 2021
1 parent f6602d5 commit 761cbb6
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 761cbb6

Please sign in to comment.