Skip to content

Commit 1a04fc5

Browse files
olpehjvanbruegge
authored andcommitted
Run prettier only for modified files (#19)
1 parent 49d7f0b commit 1a04fc5

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
@@ -6,7 +6,7 @@
66
"typings": "build/src/makeSortable.d.ts",
77
"lint-staged": {
88
"*.{js,jsx,jsx,ts,tsx}": [
9-
"npm run format",
9+
"prettier --tab-width 4 --single-quote --write",
1010
"git add"
1111
]
1212
},

0 commit comments

Comments
 (0)