Skip to content

Commit 337d847

Browse files
committed
chore: update .lintstagedrc.js (no git add)
1 parent f9698e9 commit 337d847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.lintstagedrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* eslint-disable import/no-extraneous-dependencies */
22
module.exports = {
3-
'*.js': ['eslint --fix', 'prettier --write', 'git add'],
3+
'*.js': ['eslint --fix', 'prettier --write'],
44
'*.md': [
55
'prettier --write',
66
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",

0 commit comments

Comments
 (0)