Skip to content

Commit

Permalink
refactor: use a stable and simple format (#2922)
Browse files Browse the repository at this point in the history
* refactor: use a stable and simple format

* test: fix by adapting the year
  • Loading branch information
mfranzke authored Jan 5, 2025
1 parent 6386eb9 commit 2925444
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 0 additions & 3 deletions .config/.lintstagedrc-prettier.js

This file was deleted.

1 change: 1 addition & 0 deletions .config/.lintstagedrc-prettier.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{ "**/*": "prettier --write --ignore-unknown" }
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ echo "### npm run general lintings ###"
concurrently "node ./scripts/check-commit-mail.js" "node ./scripts/cypress/component-check.js" "node ./scripts/angular-module-component-check.js" "npx validate-branch-name"
echo "### lint staged files ###"
lint-staged
lint-staged --config .config/.lintstagedrc-prettier.js
lint-staged --config .config/.lintstagedrc-prettier.json
git update-index --again

0 comments on commit 2925444

Please sign in to comment.