Skip to content

Commit 123a4d5

Browse files
committed
Update prettier config
1 parent a1a4ae4 commit 123a4d5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@
4242
]
4343
},
4444
"prettier": {
45-
"printWidth": 100
45+
"printWidth": 100,
46+
"trailingComma": "all"
4647
},
4748
"repository": {
4849
"type": "git",
@@ -54,4 +55,4 @@
5455
"homepage": "https://github.com/coderitual/react-ui-interactions#readme",
5556
"author": "coderitual",
5657
"license": "MIT"
57-
}
58+
}

0 commit comments

Comments
 (0)