Skip to content

Commit 092fc5a

Browse files
jtennerhustcc
authored andcommitted
add prettier config
1 parent 872079e commit 092fc5a

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.prettierignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
lib
2+
coverage

.prettierrc

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

0 commit comments

Comments
 (0)