Skip to content

Commit

Permalink
Update .eslintrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
NebzHB authored Aug 13, 2024
1 parent 7c80ae5 commit e0ac196
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 @@ -32,7 +32,7 @@ module.exports = {
],
'comma-dangle': [
'error',
'never'
'only-multiline'
],
'comma-spacing': 'off',
'comma-style': [
Expand Down

0 comments on commit e0ac196

Please sign in to comment.