Skip to content

Commit c983de0

Browse files
chore: update prettier and move prefs to prettierrc
1 parent 9902af9 commit c983de0

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
tabWidth: 4
2+
printWidth: 110
3+
trailingComma: all
4+
singleQuote: true
5+
arrowParens: always

package-lock.json

Lines changed: 11 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"mock-fs": "^4.7.0",
9595
"nock": "^13.2.9",
9696
"nyc": "^15.1.0",
97-
"prettier": "~1.16.4",
97+
"prettier": "^2.8.4",
9898
"source-map-support": "^0.5.9",
9999
"ts-mockito": "^2.3.1",
100100
"ts-node": "^8.2.0",

0 commit comments

Comments
 (0)