Merged
Conversation
http://eslint.org/docs/rules/space-infix-ops Remarkably, this just passes. No violations. Nice work, Lerna!
Merged
Contributor
Author
|
Suggested here. |
gigabo
added a commit
to gigabo/lerna
that referenced
this pull request
Jun 7, 2016
This is necessary for compatibility with lerna#188.
gigabo
added a commit
to gigabo/lerna
that referenced
this pull request
Jun 9, 2016
This is necessary for compatibility with lerna#188.
gigabo
added a commit
to gigabo/lerna
that referenced
this pull request
Jun 9, 2016
This is necessary for compatibility with lerna#188.
gigabo
added a commit
to gigabo/lerna
that referenced
this pull request
Jun 17, 2016
This is necessary for compatibility with lerna#188.
gigabo
added a commit
to gigabo/lerna
that referenced
this pull request
Jun 23, 2016
This is necessary for compatibility with lerna#188.
hzoo
pushed a commit
that referenced
this pull request
Jun 23, 2016
* Add `lerna import` command Imports a package with git history from a foreign repository. * Add tests for `lerna import` * Fix linter violations * Import "external" repo instead of "foreign" repo * Add some commentary around mechanics of import * Add some detail to the README entry for `import` * Fix a README typo * Add some whitespace around a concatenation operator * Eliminate a "space-infix-ops" eslint rule violation This is necessary for compatibility with #188. * Handle `--yes` flag in import command * Use directory name instead of package name during import * Nicer error message for missing directory Also add tests for error messages * Don't import into pre-existing target directory * Don't claim to use package name during import in README
|
This thread has been automatically locked because there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
http://eslint.org/docs/rules/space-infix-ops
Remarkably, this just passes. No violations. Nice work, Lerna!