Skip to content

Commit

Permalink
Add .prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanielrindlaub committed Apr 20, 2024
1 parent f47a2a7 commit d30601e
Show file tree
Hide file tree
Showing 4 changed files with 468 additions and 417 deletions.
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules/
.prettierrc
.eslintrc.json
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"trailingComma": "all",
"tabWidth": 2,
"semi": true,
"singleQuote": true,
"printWidth": 100,
"bracketSpacing": true
}
Loading

0 comments on commit d30601e

Please sign in to comment.