Skip to content

Commit

Permalink
prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyvempati authored and noisekit committed Aug 5, 2022
1 parent 638b948 commit 4a7208a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"useTabs": true,
"printWidth": 100,
"printWidth": 80,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
Expand Down
5 changes: 5 additions & 0 deletions apps/v3/.prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"singleQuote": true,
"trailingComma": "es5",
"arrowParens": "avoid"
}

0 comments on commit 4a7208a

Please sign in to comment.