Skip to content

Commit

Permalink
disallow 'comma-dangle'
Browse files Browse the repository at this point in the history
  • Loading branch information
mmmavis committed Mar 22, 2024
1 parent affd657 commit 514b15d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
"prettier/prettier": [
"error",
{
"comma-dangle": "never",
"endOfLine": "auto"
}
],
Expand Down

0 comments on commit 514b15d

Please sign in to comment.