Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allows to handle multiple textlint configurations #49

Open
yabe-diverta opened this issue Jul 7, 2022 · 0 comments
Open

Allows to handle multiple textlint configurations #49

yabe-diverta opened this issue Jul 7, 2022 · 0 comments

Comments

@yabe-diverta
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant