Add support for erblint (#3931)

* support for erblint

* fix tests

* test for handler

* wrong names

* typo

* doc layout

* CI failed?
This commit is contained in:
Roeland
2021-10-09 07:33:07 +02:00
committed by GitHub
parent 42a6e039cb
commit 1ee7580557
7 changed files with 171 additions and 0 deletions

View File

@@ -160,6 +160,7 @@ formatting.
* [elm-make](https://github.com/elm/compiler)
* Erb
* [erb](https://apidock.com/ruby/ERB)
* [erblint](https://github.com/Shopify/erb-lint)
* [erubi](https://github.com/jeremyevans/erubi)
* [erubis](https://github.com/kwatch/erubis)
* [ruumba](https://github.com/ericqweinstein/ruumba)