pugjs / pug-lint

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

Need to start reporting columns to improve linter plugins #17

Closed benedfit closed 9 years ago

benedfit commented 9 years ago

jade-errors now support columns, but jade-lexer and this linter will need some work before this is complete

benedfit commented 9 years ago

Currently working on a fork of jade-lexer that will return column numbers for tokens #manytestsaremany

benedfit commented 9 years ago

PR complete https://github.com/jadejs/jade-lexer/pull/28, awaiting review and merge