pugjs / pug-lint

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

Disallow id literals before class literals #170

Closed brettz9 closed 4 years ago

brettz9 commented 5 years ago

With IDs providing greater specificity, it'd be nice to require that these not precede class literals. Thanks!

BassOfBass commented 4 years ago

Isn't there a rule for it already?

brettz9 commented 4 years ago

Hmm--am not working with Pug closely atm, but it does look like there is such a feature. Thanks!