Uh oh!
There was an error while loading. Please reload this page.
Update devDependencies to last stable - #1409
Merged
Merged
Conversation
…ing` standard rule (eslint-config-standard#124).
styfle
commented
Jan 13, 2019
Member
I personally prefer spaces in object literals such as |
Martii
commented
Jan 14, 2019
Contributor
Apologies for the interruption...
Do you mean "latest"? Last implies that something is EOL'd from a quick read in my emails/notifications. |
Feder1co5oave
commented
Jan 14, 2019
ContributorAuthor
@Martii all the versions are described as "stable" at the link above. I think in semver everything is considered "stable" unless a postfix such as "-alpha" or "-rc" is appended. |
Feder1co5oave
commented
Jan 14, 2019
ContributorAuthor
|
UziTech
commented
Jan 14, 2019
Member
I probably just forgot the caret ( |
UziTech
approved these changes
Jan 14, 2019
This was referenced Aug 30, 2019
This was referenced Oct 26, 2019
This was referenced Nov 18, 2019
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 freeto join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Update devDependencies to versions found at https://david-dm.org/markedjs/marked?type=dev
Had to disable new eslint rule to avoid introducing codebase changes. We have mixed type of literal objects:
so we might go for one or the other, or leave them as they are.
If we consider linting more aggressively, also the rule
space-before-function-parencan be enforced, and we might take the chance and change indentation warnings into errors so they're caught by the CI robot. Let me know.