Skip to content

Commit

Permalink
chore(admin): Add prettier config
Browse files Browse the repository at this point in the history
This allows to run prettier in your editor
  • Loading branch information
tvdeyen committed Dec 19, 2024
1 parent 89730ee commit a70fcf9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions admin/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"trailingComma": "es5",
"semi": false
}

0 comments on commit a70fcf9

Please sign in to comment.