Skip to content

Commit

Permalink
feat: add explicit settings (#102)
Browse files Browse the repository at this point in the history
  • Loading branch information
devdigital authored Jan 10, 2024
1 parent f997d04 commit 80daf41
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions packages/config-prettier/prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
{
"singleQuote": true
}
"singleQuote": true,
"trailingComma": "all",
"semi": true,
"arrowParens": "always"
}

0 comments on commit 80daf41

Please sign in to comment.