Skip to content

Commit

Permalink
[Comma Dangle] rule disabled due to trailing-comma being true in Pret…
Browse files Browse the repository at this point in the history
…tier v3 by default (#4)
  • Loading branch information
rsmets authored Nov 27, 2023
1 parent 413e21d commit ceeb367
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,8 @@ module.exports = {
// turning this rule off because prettier doesn't support it
// and it's not really that important
'space-before-function-paren': 'off',
// disabling because in Prettier v3 trailing-commas are now the default
"comma-dangle": "off",
},
env: {
'jest/globals': true,
Expand Down

0 comments on commit ceeb367

Please sign in to comment.