Skip to content

Commit

Permalink
Fix: No multiple comma-dangle options (fix eslint#13739)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrlorentx committed Jan 23, 2021
1 parent f6602d5 commit 62473df
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 62473df

Please sign in to comment.