Skip to content

Commit

Permalink
chore: update lint-staged config
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Feb 20, 2022
1 parent 1d9b4d1 commit 1f7c335
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .lintstagedrc.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
'*.md': prettier --write
'*.{js,ts,html}': eslint --fix
'docs/**/*.html': prettier --write
'*.{js,ts}': eslint --fix
'projects/**/*.html': eslint --fix

0 comments on commit 1f7c335

Please sign in to comment.