Skip to content

Commit

Permalink
chore: update .lintstagedrc.js (no git add)
Browse files Browse the repository at this point in the history
  • Loading branch information
tlouisse committed May 14, 2024
1 parent f9698e9 commit 337d847
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,6 +1,6 @@
/* eslint-disable import/no-extraneous-dependencies */
module.exports = {
'*.js': ['eslint --fix', 'prettier --write', 'git add'],
'*.js': ['eslint --fix', 'prettier --write'],
'*.md': [
'prettier --write',
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
Expand Down

0 comments on commit 337d847

Please sign in to comment.