We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
replace
{ "rules": { "@textlint-rule/pattern": { "patterns": [ { "message": "No todo", "pattern": "/TODO:/i" } ] } } }
With that example, textlint seems to exit with an error without printing anything. If replace is provided, then it works.
The text was updated successfully, but these errors were encountered:
replace should be optional. It is something worng.
textlint-rule-pattern/src/textlint-rule-pattern.ts
Lines 81 to 97 in fafedae
Sorry, something went wrong.
No branches or pull requests
With that example, textlint seems to exit with an error without printing anything. If
replace
is provided, then it works.The text was updated successfully, but these errors were encountered: