pugjs / pug-lint

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

Support ES6+ JavaScript #169

Open brettz9 opened 5 years ago

brettz9 commented 5 years ago

Not sure if this could be done with Acorn plugins or whether a new parser would be needed, but it'd be nice if one could use keywords like const without errors. Thanks!