Skip to content
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

Merged
merged 4 commits into from
Mar 13, 2019

Conversation

jason-fox
Copy link
Contributor

Similar to #377 - This change to package.json introduces markdown textlint linting and markdown formatting using prettier.

  • The text is checked for spelling errors, bad grammar and dead links (on CI)
  • The markdown is nicely formatted. (on Husky commit)
  • The code snippets within the markdown are formatted (on Husky commit)

@@ -0,0 +1,7819 @@
{
Copy link
Member

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.

Copy link
Contributor Author

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",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

^ -> ~ in dependencies.

Copy link
Contributor Author

@jason-fox jason-fox Mar 6, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed d048ba6 and 604cc2f

Copy link
Member

@fgalan fgalan left a 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.

@dcalvoalonso
Copy link
Contributor

LGTM

@fgalan fgalan merged commit 4e50070 into telefonicaid:master Mar 13, 2019
@jason-fox jason-fox deleted the feature/text-lint branch March 18, 2019 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants