Skip to content

Commit

Permalink
Added prettier config
Browse files Browse the repository at this point in the history
  • Loading branch information
mattpocock committed Feb 23, 2023
1 parent 6c3a6c6 commit 33af82c
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions package.json
Expand Up @@ -74,5 +74,14 @@
"tsx": "^3.12.3",
"turbo": "^1.8.1",
"typescript": "^4.9.5"
},
"prettier": {
"arrowParens": "always",
"trailingComma": "all",
"semi": true,
"printWidth": 80,
"singleQuote": false,
"tabWidth": 2,
"useTabs": false
}
}

0 comments on commit 33af82c

Please sign in to comment.