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
Hi,
when I add explicitly a false to a rule, it throws an error. I think this should be an accepted value.
I like it when I can look at pug-lintrc to see what is configured without to know which rules are implicitly set.
Ok, that is a nice to have for me. But now I have a situation at which I need it.
My company uses a pug-lintrc for all projects. But some projects changes some rules (for example I want to disable disallowClassAttributeWithStaticValue at a project where I use angular interpolation for class names, see #118 ).
Hi,
when I add explicitly a false to a rule, it throws an error. I think this should be an accepted value.
I like it when I can look at pug-lintrc to see what is configured without to know which rules are implicitly set.
Ok, that is a nice to have for me. But now I have a situation at which I need it.
My company uses a pug-lintrc for all projects. But some projects changes some rules (for example I want to disable disallowClassAttributeWithStaticValue at a project where I use angular interpolation for class names, see #118 ).
So I added this at Gruntfile:
But now I get the error:
disallowClassAttributeWithStaticValue option requires a true value or should be removed
When you really want to have that behavior, can you add an option to disable it?
Thank you
The text was updated successfully, but these errors were encountered: