Skip to content

Commit

Permalink
chore: update lint-staged configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 15, 2023
1 parent 99cdbf1 commit b780e3d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .lintstagedrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
'*.{js,ts}': eslint --fix
'projects/**/*.html': eslint --fix
'projects/**/*.html':
- eslint --fix
- prettier --write
'docs/**/*.html': prettier --write
'*.{md,mdx,css,astro}': prettier --write
'*.{md,mdx,css,scss,astro,yaml,yml}': prettier --write

0 comments on commit b780e3d

Please sign in to comment.