You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
I've using multiple .textlintrc to handle i18n matters,
as a npm script like following: npx textlint --config .textlintrc.en.json "contents/en/**/*.*" && npx textlint --config .textlintrc.jajson "contents/ja/**/*.*"
(Also this can be work on CI test as doing above 2 processes without any defect)
Is there any way to run on 2 configs & executing toward each target resources?
Hi.
I've using multiple
.textlintrcto handle i18n matters,as a npm script like following:
npx textlint --config .textlintrc.en.json "contents/en/**/*.*" && npx textlint --config .textlintrc.jajson "contents/ja/**/*.*"(Also this can be work on CI test as doing above 2 processes without any defect)
Is there any way to run on 2 configs & executing toward each target resources?