leo-buneev / eslint-plugin-md

Allows you to lint markdown code in your *.md files.
16 stars 5 forks source link

[Feature request] Ignore files #1

Open scinos opened 4 years ago

scinos commented 4 years ago

It would be nice to have a way to fully ignore files that I don't want get linted/fixed (for example, a LICENSE file).

Maybe a <!-- eslint-disable --> at the top?

amclin commented 3 years ago

I was just looking for this.

@semantic-release/changelog uses @conventional-changelog/conventional-changelog to create a CHANGELOG.md file

However, that generated file fails linting. https://github.com/semantic-release/changelog/issues/84

It would be really helpful to be able to exclude this file, same as with out of box eslint-supported filetypes, without having to build up a global eslint ignore list