Skip to content

Commit

Permalink
Update .lintstagedrc-prettier.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 19, 2024
1 parent e739600 commit c3a200e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .config/.lintstagedrc-prettier.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export default {
'*.*': 'prettier --write'
'**/*': 'prettier --write'
};

0 comments on commit c3a200e

Please sign in to comment.