Skip to content

Commit 5e75eed

Browse files
committed
chore: upgrade prettier
for `import type` and `export type` support
1 parent 5e3e095 commit 5e75eed

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.prettierrc

+1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"arrowParens": "avoid",
23
"jsxBracketSameLine": true,
34
"printWidth": 80,
45
"semi": false,

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
"lerna": "3.15.0",
7979
"meta": "^1.2.19",
8080
"mock-raf": "npm:@react-spring/mock-raf",
81-
"prettier": "1.19.1",
81+
"prettier": "^2.0.5",
8282
"pretty-quick": "1.10.0",
8383
"react": "~16.9.0",
8484
"recrawl-sync": "^1.2.2",

0 commit comments

Comments
 (0)