Skip to content

Commit

Permalink
set trailing comma prettier to none
Browse files Browse the repository at this point in the history
  • Loading branch information
willybrauner committed Feb 7, 2024
1 parent aa4884d commit 08f6ce8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
},
"prettier": {
"printWidth": 90,
"semi": false
"semi": false,
"trailingComma": "none"
}
}

0 comments on commit 08f6ce8

Please sign in to comment.