We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
git add
1 parent f9698e9 commit 337d847Copy full SHA for 337d847
.lintstagedrc.js
@@ -1,6 +1,6 @@
1
/* eslint-disable import/no-extraneous-dependencies */
2
module.exports = {
3
- '*.js': ['eslint --fix', 'prettier --write', 'git add'],
+ '*.js': ['eslint --fix', 'prettier --write'],
4
'*.md': [
5
'prettier --write',
6
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
0 commit comments