pugjs / pug-lint

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

Let `maximumLineLength` make exceptions for single attributes #171

Open brettz9 opened 5 years ago

brettz9 commented 5 years ago

For the case of single long attributes, such as a long script src, it'd be nice if maximumLineLength could be disabled. Thanks!