Skip to content
This repository was archived by the owner on Dec 1, 2018. It is now read-only.

Commit d49b92b

Browse files
committed
chore(prettier): Update prettier pre-commit hook conf
1 parent 9ff393f commit d49b92b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
2121
},
2222
"lint-staged": {
23-
"{bin,scripts,test}/**/*.{js,css,json}": [
23+
"{bin,config,scripts,test}/**/*.{js,css,json}": [
2424
"prettier --single-quote --write --print-width 100 --trailing-comma es5",
2525
"git add"
2626
]

0 commit comments

Comments
 (0)