Skip to content

Commit b8c5b0c

Browse files
Add prettier config
1 parent 381baff commit b8c5b0c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.prettierrc.js

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
module.exports = {
2+
printWidth: 100,
3+
singleQuote: true
4+
};

0 commit comments

Comments
 (0)