Skip to content

Commit 9e83e6b

Browse files
committed
Add prettier
1 parent 085fa6c commit 9e83e6b

File tree

2 files changed

+239
-230
lines changed

2 files changed

+239
-230
lines changed

.prettierrc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"printWidth": 120,
3+
"singleQuote": true,
4+
"trailingComma": "es5"
5+
}

0 commit comments

Comments
 (0)