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

Excluding files, directories, and code blocks from the linter #422

Open
swchopra02 opened this issue Aug 29, 2017 · 0 comments
Open

Excluding files, directories, and code blocks from the linter #422

swchopra02 opened this issue Aug 29, 2017 · 0 comments

Comments

@swchopra02
Copy link

None of the options .stylintignore and entry to package.json is not working for me.

I want to exclude node_modules folder.

I created .stylintignore file in my current working directory(cwd) and mentioned the path as node_modules is folder already in the cwd
I tried all below oprions
/node_modules/
node_modules/
node_modules/**
./node_modules/stylus/lib/functions/index.styl
./node_modules

Nothing is working for me, not even package .json option

renat-magadiev added a commit to renat-magadiev/stylint that referenced this issue Sep 2, 2017
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

No branches or pull requests

1 participant