Skip to content

Commit

Permalink
Update prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
glin committed Aug 27, 2023
1 parent 77d5a9f commit 4e47779
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{
"arrowParens": "avoid",
"printWidth": 100,
"semi": false,
"singleQuote": true
"singleQuote": true,
"trailingComma": "none"
}

0 comments on commit 4e47779

Please sign in to comment.