We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 387e978 commit 0500ac3Copy full SHA for 0500ac3
.lintstagedrc renamed to .config/.lintstagedrc
.husky/pre-commit
@@ -1,6 +1,6 @@
1
echo "### npm run general lintings ###"
2
concurrently "node ./scripts/check-commit-mail.js" "node ./scripts/cypress/component-check.js" "node ./scripts/angular-module-component-check.js" "npx validate-branch-name"
3
echo "### lint staged files ###"
4
-lint-staged
+lint-staged --config .config/.lintstagedrc
5
lint-staged --config .config/.lintstagedrc-prettier.json
6
git update-index --again
0 commit comments