Skip to content

Commit

Permalink
🔧 update config of prettierc
Browse files Browse the repository at this point in the history
  • Loading branch information
Aboudjem committed Sep 7, 2023
1 parent 5b4cab8 commit 92d7dee
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"printWidth": 100,
"semi": false,
"singleQuote": true,
"trailingComma": "none"
"printWidth": 150,
"semi": true,
"singleQuote": false,
"trailingComma": "all",
"tabWidth": 2
}

0 comments on commit 92d7dee

Please sign in to comment.