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

Try to lint code in markdown files #45

Open
arthurvr opened this issue Oct 26, 2015 · 6 comments
Open

Try to lint code in markdown files #45

arthurvr opened this issue Oct 26, 2015 · 6 comments

Comments

@arthurvr
Copy link
Contributor

For cases like sindresorhus/load-grunt-tasks@e758ed4

It's easy to miss things while writing up example code and it may be worth investigating how we could lint those.

@gaboesquivel
Copy link

there's a plugin for eslint that adds support for markdown, however it does not seem ready yet. Anyways... I can help on this one.

@gaboesquivel
Copy link

hey @sindresorhus, would it be a good a idea to make eslint/eslint-plugin-markdown a default plugin and then call xo --ext .js --ext .md to lint markdown?

@gaboesquivel
Copy link

fyi, eslint-plugin-markdown v1.0.0-beta.1 was just published to npm

@LitoMore
Copy link
Contributor

fyi, standard-markdown

@LitoMore

This comment was marked as off-topic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

5 participants
@sindresorhus @gaboesquivel @arthurvr @LitoMore and others