An additional parameter keepLines has been added into the formatting options which allows to keep the original line formatting (#66) #67
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
An additional parameter keepLines has been added into the formatting options which allows to keep the original line formatting
Resolving the reviews and simplifying the code with the function
multipleLineBreaksReverting back to the previous commit and applying the review changes
cleaning the code, simplifying the if/else cases
Updating the dependencies of package.json to their latest versions. Changed
withFormattingso that keepLines option is always false.Solving "Invalid: lock file's ... does not satisfy"
testing if higher node version in .travis.yml will solve the failing of CI
formatting and let-> const, avoid modification of options
Co-authored-by: Martin Aeschlimann martinae@microsoft.com