Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4f36b05

Browse files
committedJan 5, 2025·
Revert "refactor: use a stable and simple format"
This reverts commit db6cacb.
1 parent e7228c9 commit 4f36b05

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed
 

‎.config/.lintstagedrc-prettier.js

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
export default {
2+
'**/*': 'prettier --write --ignore-unknown'
3+
};

‎.config/.lintstagedrc-prettier.json

-1
This file was deleted.

‎.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ 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 ###"
44
lint-staged
5-
lint-staged --config .config/.lintstagedrc-prettier.json
5+
lint-staged --config .config/.lintstagedrc-prettier.js
66
git update-index --again

0 commit comments

Comments
 (0)
Please sign in to comment.