Skip to content

Commit

Permalink
akabekobeko#128 Add trailingComma to .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
akabekobeko committed Dec 3, 2020
1 parent 418e582 commit 041f556
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{
"arrowParens": "always",
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
}

0 comments on commit 041f556

Please sign in to comment.