chore: update .lintstagedrc.js (no git add)
This commit is contained in:
parent
f9698e9725
commit
337d84755e
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
/* eslint-disable import/no-extraneous-dependencies */
|
/* eslint-disable import/no-extraneous-dependencies */
|
||||||
module.exports = {
|
module.exports = {
|
||||||
'*.js': ['eslint --fix', 'prettier --write', 'git add'],
|
'*.js': ['eslint --fix', 'prettier --write'],
|
||||||
'*.md': [
|
'*.md': [
|
||||||
'prettier --write',
|
'prettier --write',
|
||||||
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
|
"markdownlint --ignore '{.github/**/*.md,.changeset/*.md,**/CHANGELOG.md,packages/ui/_legacy-changelogs/*.md}'",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue