Skip to content

Commit 2925444

Browse files
authored
refactor: use a stable and simple format (#2922)
* refactor: use a stable and simple format * test: fix by adapting the year
1 parent 6386eb9 commit 2925444

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

.config/.lintstagedrc-prettier.js

Lines changed: 0 additions & 3 deletions
This file was deleted.

.config/.lintstagedrc-prettier.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{ "**/*": "prettier --write --ignore-unknown" }

.husky/pre-commit

Lines changed: 1 addition & 1 deletion
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.js
5+
lint-staged --config .config/.lintstagedrc-prettier.json
66
git update-index --again

0 commit comments

Comments
 (0)