Skip to content

Commit 4884110

Browse files
committedNov 6, 2020
code styling file
1 parent 0edc3b7 commit 4884110

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎prettier.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
module.exports = {
2+
singleQuote: true,
3+
trailingComma: "all",
4+
allowParens: "avoid",
5+
};

0 commit comments

Comments
 (0)
Please sign in to comment.