Skip to content

Commit

Permalink
Merge pull request #476 from openameba/fix/lint-staged-textlint-targe…
Browse files Browse the repository at this point in the history
…t-files

fix: lint-stagedのtextlintのターゲットをsrc/*.mdに変更
  • Loading branch information
yu-3in authored Oct 1, 2024
2 parents a267af1 + 2b09b30 commit 1da23bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
],
"license": "SEE LICENSE IN LICENSE.md",
"lint-staged": {
"*.md": "textlint --dry-run",
"src/*.md": "textlint --dry-run",
"*.+(css|js)": "prettier --check",
"package.json": "npx fixpack --dryRun",
"yarn.lock": "node -e 'process.exitCode = 1'"
Expand Down

0 comments on commit 1da23bf

Please sign in to comment.