Skip to content

Commit 6b1677b

Browse files
committed
fix: 🐛 lint staged script
1 parent 8a4689b commit 6b1677b

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
@@ -22,7 +22,7 @@
2222
},
2323
"lint-staged": {
2424
"**/*.{js,jsx,tsx,ts,less,md,json}": [
25-
"pretty-quick — staged"
25+
"pretty-quick —-staged"
2626
],
2727
"src/**/*.ts": [
2828
"tslint -c tslint.json -p ./tsconfig.json --fix"

0 commit comments

Comments
 (0)