Skip to content

Commit

Permalink
chore: add prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
bdbch committed Jan 25, 2023
1 parent e46f8e3 commit 9d43ced
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"singleQuote": true,
"semi": false,
"endOfLine": "lf",
"trailingComma": "all",
"useTabs": false,
"tabWidth": 2
}

0 comments on commit 9d43ced

Please sign in to comment.