Skip to content

Commit

Permalink
chore: Add .prettierrc.json file with code formatting settings
Browse files Browse the repository at this point in the history
  • Loading branch information
Ahmedhossamdev committed Jul 13, 2024
1 parent fb12b31 commit 7a041bd
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
"arrowParens": "always",
"experimentalTernaries": true,
"printWidth": 110,
"singleQuote": true,
"trailingComma": "all"
}

0 comments on commit 7a041bd

Please sign in to comment.