Skip to content

Commit

Permalink
refactor: added further xo supported filetypes
Browse files Browse the repository at this point in the history
  • Loading branch information
mfranzke authored Nov 18, 2023
1 parent f5a7659 commit 32e3c4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .lintstagedrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ export default {
'npm run update:icon-fonts',
'*.md': 'markdownlint -c .markdown-lint.yml',
'*.{css,scss}': 'stylelint --fix',
'*.{js,ts,tsx}': 'xo --fix',
'!*.{js,ts,tsx}': 'prettier --write --ignore-unknown'
'*.{js,ts,tsx,jsx,mjs,cjs}': 'xo --fix',
'!*.{js,ts,tsx,jsx,mjs,cjs}': 'prettier --write --ignore-unknown'
};

0 comments on commit 32e3c4d

Please sign in to comment.