pugjs / pug-lint

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

Update to pug-lexer@4 #148

Closed hoyo closed 5 years ago

hoyo commented 6 years ago

This fix solve the following issue. https://github.com/pugjs/pug/issues/2454

bankyadam commented 6 years ago

I think that pug-lint should drop support for not supported NodeJS versions and only focus to LTS and latest.

lehni commented 6 years ago

Here's my attempt at this, with some changes that make all unit tests pass on Node 6 and newer: #156

adrienverge commented 5 years ago

Closed in favor of #156.