Skip to content

Commit

Permalink
Merge branch 'main' into 1630-accordion-adapt-native-standard
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 19, 2024
2 parents 58ab085 + c3ad2d6 commit fe8cfc1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .config/.lintstagedrc-prettier.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
export default {
'**/*': 'prettier --write --ignore-unknown'
};
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
validate-branch-name
node scripts/check-commit-mail.js
lint-staged --config .config/.lintstagedrc.js
prettier $(git diff --cached --name-only --diff-filter=ACMR | sed 's|( |&)|\\ |g') --write --ignore-unknown
lint-staged --config .config/.lintstagedrc-prettier.js
git update-index --again
npm run lint:jscpd

0 comments on commit fe8cfc1

Please sign in to comment.