Skip to content

Commit

Permalink
install and configure prettier. (#5)
Browse files Browse the repository at this point in the history
Authored-by: Brad Garropy <[email protected]>
  • Loading branch information
bradgarropy authored Jun 7, 2024
1 parent a3d5864 commit 6083557
Show file tree
Hide file tree
Showing 4 changed files with 11,451 additions and 11,346 deletions.
1 change: 1 addition & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Nothing here just yet
15 changes: 15 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"arrowParens": "avoid",
"bracketSameLine": false,
"bracketSpacing": false,
"endOfLine": "lf",
"jsxSingleQuote": false,
"plugins": ["prettier-plugin-tailwindcss"],
"printWidth": 80,
"quoteProps": "consistent",
"semi": false,
"singleQuote": false,
"tabWidth": 4,
"trailingComma": "all",
"useTabs": false
}
Loading

0 comments on commit 6083557

Please sign in to comment.