Skip to content

Commit

Permalink
style: apply prettier to all files
Browse files Browse the repository at this point in the history
  • Loading branch information
KonsumGandalf committed Apr 26, 2024
1 parent 37120d3 commit 4d4b0f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .lintstagedrc.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
'*.{html,ts,js,mjs}':
- nx affected --target lint --uncommitted
- nx format:write --uncommitted
'*.{json,md,yml}':
- nx format:write --uncommitted
'*.{scss,css}':
- nx affected --target stylelint --fix
- nx format:write --uncommitted

0 comments on commit 4d4b0f7

Please sign in to comment.