Skip to content

Commit 7882a32

Browse files
committed
Configure prettier
1 parent 780f9a5 commit 7882a32

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,5 +46,9 @@
4646
"nodeunit": "^0.11.2",
4747
"webpack": "^1.13.2"
4848
},
49-
"types": "main.d.ts"
49+
"types": "main.d.ts",
50+
"prettier": {
51+
"singleQuote": true,
52+
"trailingComma": "all"
53+
}
5054
}

0 commit comments

Comments
 (0)