Skip to content

Commit

Permalink
limit textlint to japanese documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
neila committed Aug 16, 2023
1 parent 6788060 commit f9645a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"repository": "https://github.com/unchain-dev/UNCHAIN-projects.git",
"author": "SHØ <[email protected]> (https://akxra.art/)",
"scripts": {
"textlint:check": "textlint docs/**/*.md --ignore-path .textlintignore",
"textlint:fix": "textlint --fix docs/**/*.md --ignore-path .textlintignore",
"textlint:check": "textlint docs/*/ja/**/*.md --ignore-path .textlintignore",
"textlint:fix": "textlint --fix docs/*/ja/**/*.md --ignore-path .textlintignore",
"prepare": "simple-git-hooks"
},
"simple-git-hooks": {
Expand Down

0 comments on commit f9645a9

Please sign in to comment.