Skip to content

Commit

Permalink
chore: update prettier and move prefs to prettierrc
Browse files Browse the repository at this point in the history
  • Loading branch information
clintonmedbery committed Feb 15, 2023
1 parent 9902af9 commit c983de0
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 9 deletions.
5 changes: 5 additions & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
tabWidth: 4
printWidth: 110
trailingComma: all
singleQuote: true
arrowParens: always
19 changes: 11 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@
"mock-fs": "^4.7.0",
"nock": "^13.2.9",
"nyc": "^15.1.0",
"prettier": "~1.16.4",
"prettier": "^2.8.4",
"source-map-support": "^0.5.9",
"ts-mockito": "^2.3.1",
"ts-node": "^8.2.0",
Expand Down

0 comments on commit c983de0

Please sign in to comment.