Skip to content

Commit

Permalink
Switch to json version of prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
joelfillmore committed Oct 9, 2024
1 parent 2778868 commit 68a0fb1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 11 deletions.
11 changes: 0 additions & 11 deletions .prettierrc.js

This file was deleted.

10 changes: 10 additions & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"semi": true,
"arrowParens": "avoid",
"singleQuote": true,
"tabWidth": 4,
"printWidth": 100,
"bracketSpacing": true,
"htmlWhitespaceSensitivity": "ignore",
"endOfLine": "auto"
}

0 comments on commit 68a0fb1

Please sign in to comment.