Skip to content

Commit

Permalink
chore(config): make lint-staged format md files
Browse files Browse the repository at this point in the history
  • Loading branch information
fmauNeko committed Sep 10, 2024
1 parent a44af91 commit 98e34ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .lintstagedrc.cjs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module.exports = {
'*.{js,ts}': 'eslint --fix',
'*.md': 'prettier --list-different',
'*.md': 'prettier --write',
};

0 comments on commit 98e34ff

Please sign in to comment.