Skip to content

Commit 801ac76

Browse files
committed
Match prettier config for v2
1 parent 2208a36 commit 801ac76

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@
2828
}
2929
},
3030
"types": "./dist/types.d.ts",
31-
"prettier": {},
31+
"prettier": {
32+
"arrowParens": "avoid",
33+
"trailingComma": "none"
34+
},
3235
"bugs": {
3336
"url": "https://github.com/splitbee/react-notion/issues"
3437
},

0 commit comments

Comments
 (0)