Skip to content

Commit

Permalink
Disabled rules.comma-dangle
Browse files Browse the repository at this point in the history
  • Loading branch information
adamlui authored Nov 13, 2024
1 parent b9a1566 commit de89bcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ module.exports = {

rules: {
'brace-style': 'warn',
'comma-dangle': ['error', 'always-multiline'],
'comma-dangle': 'off',
'comma-spacing': [
'warn',
{
Expand Down

0 comments on commit de89bcc

Please sign in to comment.