-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
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
Format and lint Markdown text files #389
Conversation
package-lock.json
Outdated
@@ -0,0 +1,7819 @@ | |||
{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please remove package-lock.json from the PR.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed d048ba6
package.json
Outdated
"prettier": "~1.14.2", | ||
"proxyquire": "2.1.0", | ||
"remark-cli": "~6.0.1", | ||
"remark-preset-lint-recommended": "^3.0.2", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
^ -> ~ in dependencies.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM. Thanks!
Passing the ball to @dcalvoalonso for additional LGTM before merging.
LGTM |
Similar to #377 - This change to package.json introduces markdown textlint linting and markdown formatting using prettier.