Skip to content

Commit

Permalink
Merge pull request #2910 from db-ui/chore-config-optimization
Browse files Browse the repository at this point in the history
Update .lintstagedrc.js
  • Loading branch information
mfranzke authored Jul 26, 2024
2 parents 808d48f + 8a2fa58 commit 108c46b
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 108c46b

Please sign in to comment.