SimenB / stylint

Improve your Stylus code with Stylint
https://simenb.github.io/stylint/
GNU General Public License v2.0
348 stars 62 forks source link

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

Open swchopra02 opened 6 years ago

swchopra02 commented 6 years ago

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