Skip to content

Commit

Permalink
Lint cjs files
Browse files Browse the repository at this point in the history
  • Loading branch information
sibiraj-s committed Jul 16, 2023
1 parent bb0e4c1 commit e9b9848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
'*.{js,ts,svelte}':
'*.{js,cjs,ts,svelte}':
- eslint --fix
- prettier --write
'*.{md,yml,json,html}': prettier --write

0 comments on commit e9b9848

Please sign in to comment.