Skip to content

Commit

Permalink
Update .lintstagedrc.js
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Jul 25, 2024
1 parent 66c9b34 commit 28af343
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export default {
'*.md': 'markdownlint -c .markdown-lint.yml',
'*.{css,scss}': 'stylelint --fix --allow-empty-input',
'*.{js,ts,tsx,jsx,mjs,cjs}': ['xo --fix']
'*.{js,ts,tsx,jsx,mjs,cjs}': 'xo --fix'
};

0 comments on commit 28af343

Please sign in to comment.