Skip to content

Commit e6941aa

Browse files
authored
Merge pull request #12 from lukas-reineke/circle
Added prettier config to package json
2 parents 9a30c17 + ad7aace commit e6941aa

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,10 @@
4848
"typescript": "3.5.3",
4949
"webpack": "4.39.2",
5050
"webpack-cli": "3.3.7"
51+
},
52+
"prettier": {
53+
"trailingComma": "all",
54+
"tabWidth": 4,
55+
"singleQuote": true
5156
}
5257
}

0 commit comments

Comments
 (0)