prettier-eslint-cli
prettier-eslint-cli copied to clipboard
fix(list-different): removed the message at the end of execution (#111)
What: This fixes #111 We want to omit the messages at the end of the execution when the --list-different flag is passed.
Why:
The behavior of --list-different is to error out if detects changed files.
The success message that follows this is confusing.
How: Simple if/else clause
I have no idea why CI didn't run with that merge commit...
Stale pull request
🦋 Changeset detected
Latest commit: 97c9c06a6b711fcfd5a886c4597d651c61d8a329
The changes in this PR will be included in the next version bump.
This PR includes changesets to release 1 package
| Name | Type |
|---|---|
| prettier-eslint-cli | Patch |
Not sure what this means? Click here to learn what changesets are.
Click here if you're a maintainer who wants to add another changeset to this PR
This pull request is automatically built and testable in CodeSandbox.
To see build info of the built libraries, click here or the icon next to each commit SHA.
Codecov Report
Merging #288 (97c9c06) into master (d8fc957) will not change coverage. The diff coverage is
100.00%.
@@ Coverage Diff @@
## master #288 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 4 4
Lines 165 166 +1
Branches 27 29 +2
=========================================
+ Hits 165 166 +1
| Impacted Files | Coverage Δ | |
|---|---|---|
| src/format-files.js | 100.00% <100.00%> (ø) |
Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.