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
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?
The text was updated successfully, but these errors were encountered:
Hi.
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?
The text was updated successfully, but these errors were encountered: