-
Notifications
You must be signed in to change notification settings - Fork 87
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
Ignore "node_modules" by default #405
Comments
… Markdownlint See also: igorshubovych/markdownlint-cli#405 Signed-off-by: Christian Leucht <3417446+Chrico@users.noreply.github.com>
Feels a little like magic - and then it forces other parts of the code to be more complicated (see StyleLint comment you quoted, now there needs to be a way to un-ignore, etc.). That said, I can see why this is handy if you only care about Node projects. |
Jip, that's true, you (maybe) need to find a way to "un-ignore" it. But is there actually any use case, why I would like to lint markdown files comming from external dependencies? :) |
VS Code's default ignore list includes |
Hi @DavidAnson,
IMO, since this is an npm package, as a first start, I'd only ignore the |
By default the
node_modules
-folder is not ignored. It should be considered - to align with ESLint and Stylelint - to ignore the folder by default.ESLint
https://eslint.org/docs/latest/use/configure/ignore
Stylelint
https://stylelint.io/user-guide/configure/
The text was updated successfully, but these errors were encountered: