Skip to content

Commit

Permalink
feat: enable prettier + clean up code AB#13485
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisvisser committed Apr 25, 2022
1 parent 360b6f0 commit 06cfcfc
Show file tree
Hide file tree
Showing 21 changed files with 6,968 additions and 388 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"semi": true,
"trailingComma": "all",
"singleQuote": true,
"printWidth": 80,
"no-parameter-properties": true,
"tabWidth": 2
}
Loading

0 comments on commit 06cfcfc

Please sign in to comment.