pugjs / pug-lint

An unopinionated and configurable linter and style checker for Pug
ISC License
228 stars 51 forks source link

improve class and id literal rules #140

Open lightbringer1991 opened 6 years ago

lightbringer1991 commented 6 years ago

allow class and id literal to allow/ignore certain patterns

Fixes #118 and #83 - issue

expand the usage of disallowClassAttributeWithStaticValue and disallowIdAttributeWithStaticValue rules (details)

lightbringer1991 commented 6 years ago

Travis seems to be failing on node_modules packages, is this normal? It doesn't happen on my local (node 8.4)