You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: