We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de8b7d4 commit fece068Copy full SHA for fece068
extensions/ql-vscode/package.json
@@ -483,7 +483,7 @@
483
"postinstall": "npm rebuild && node ./node_modules/vscode/bin/install",
484
"format": "tsfmt -r",
485
"lint": "eslint src test --ext .ts,.tsx",
486
- "lint-staged": "lint-staged"
+ "format-staged": "lint-staged"
487
},
488
"dependencies": {
489
"child-process-promise": "^2.2.1",
@@ -567,7 +567,7 @@
567
568
"husky": {
569
"hooks": {
570
- "pre-commit": "npm run lint-staged",
+ "pre-commit": "npm run format-staged",
571
"pre-push": "npm run lint"
572
}
573
0 commit comments