Skip to content
This repository was archived by the owner on Mar 17, 2025. It is now read-only.
This repository was archived by the owner on Mar 17, 2025. It is now read-only.

Allows to handle multiple textlint configurations #49

@yabe-diverta

Description

@yabe-diverta

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions