pugjs / pug-lint

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

Question: can this support non-JS pug implementations? #155

Open rstacruz opened 6 years ago

rstacruz commented 6 years ago

Hey friends,

I'm the author and maintainer of the Elixir implementation of pug (Expug). It's mostly compliant with Pug, except it allows the use of Elixir code:

div.some-box(data-js=Poison.Encode(%{ "hello" => "world" }))