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
When I run write good on a blob or single file and there are suggested changes, I get a npm ELIFECYCLE error. Is this expected?
ELIFECYCLE
The text was updated successfully, but these errors were encountered:
This might just be user error, but my content directory structure looks like:
docs docs/root.md docs/subdir/sub1.md docs/subdir/sub2.md docs/subdir/sub3.md
...when I run write-good /docs/**/*.md it exits with an error.
write-good /docs/**/*.md
...when I run write-good /docs/**/*.md /docs it does not return an error.
write-good /docs/**/*.md /docs
I saw few issues referencing write-good trying to interpret directories as files but it appears these were fixed and I am running 0.13.1
0.13.1
Sorry, something went wrong.
No branches or pull requests
When I run write good on a blob or single file and there are suggested changes, I get a npm
ELIFECYCLE
error. Is this expected?The text was updated successfully, but these errors were encountered: