Skip to content

Commit b2a9d9b

Browse files
author
Matt Lewis
committed
chore: use prettier config file
1 parent 06116ab commit b2a9d9b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.prettierrc

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"parser": "typescript",
3+
"singleQuote": true
4+
}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"postrelease": "npm run build:clean && npm run gh-pages",
2424
"commitmsg": "validate-commit-msg",
2525
"codecov": "cat coverage/lcov.info | codecov",
26-
"prettier": "prettier --single-quote --parser typescript --write",
26+
"prettier": "prettier --write",
2727
"precommit": "lint-staged"
2828
},
2929
"lint-staged": {

0 commit comments

Comments
 (0)