Skip to content

Commit

Permalink
prettier config to module
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredrethman committed Dec 11, 2024
1 parent bcf6a33 commit c206901
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .prettierrc

This file was deleted.

8 changes: 8 additions & 0 deletions .prettierrc.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
export default {
semi: true,
singleQuote: true,
trailingComma: 'all',
printWidth: 120,
endOfLine: 'auto',
tabWidth: 2,
};

0 comments on commit c206901

Please sign in to comment.