Skip to content

Commit 0500ac3

Browse files
authored
refactor: moved configuration (#3073)
1 parent 387e978 commit 0500ac3

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed
File renamed without changes.

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
echo "### npm run general lintings ###"
22
concurrently "node ./scripts/check-commit-mail.js" "node ./scripts/cypress/component-check.js" "node ./scripts/angular-module-component-check.js" "npx validate-branch-name"
33
echo "### lint staged files ###"
4-
lint-staged
4+
lint-staged --config .config/.lintstagedrc
55
lint-staged --config .config/.lintstagedrc-prettier.json
66
git update-index --again

0 commit comments

Comments
 (0)