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

Enforce errors #421

Open swchopra02 opened 6 years ago

swchopra02 commented 6 years ago

I am using Stylin with webpack, .stylintrc file "colons": { "expect": "always", "error": true }, Even if I give above configuration in .stylintrc file and in .styl I donot use any colons i.e.

inputs

    height 20px
    margin-bottom 0
    padding 5px 0

It does not throw any error or warnings on npm build locally

swchopra02 commented 6 years ago

This work fine, when i run the command stylint in my cwd