Skip to content

Commit

Permalink
feat: add prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
maneike committed Oct 10, 2024
1 parent 3561807 commit b3a9600
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .prettierrc.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
module.exports = {
singleQuote: true,
trailingComma: "all",
printWidth: 120,
};

0 comments on commit b3a9600

Please sign in to comment.