summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAdrian <bardzusny@users.noreply.github.com>2017-04-07 16:38:50 +0200
committerw0rp <w0rp@users.noreply.github.com>2017-04-07 15:38:50 +0100
commitd28d7f732ae5c5017c7e4c2497a744a781e48dab (patch)
tree14039f15233099ed5b178fd75975e2fe20b7d06c /README.md
parent4caf273d53e7d90e845cb79d0293b1b410f22138 (diff)
downloadale-d28d7f732ae5c5017c7e4c2497a744a781e48dab.zip
Add support for linting Handlebars templates with ember-template-lint (#452)
* Ember-template-lint Handlebars template linter: initial handler, test. * Handlebars support with ember-template-lint: basic documentation entries.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index bc00a88e..7c0507ab 100644
--- a/README.md
+++ b/README.md
@@ -73,6 +73,7 @@ name. That seems to be the fairest way to arrange this table.
| Fortran | [gcc](https://gcc.gnu.org/) |
| Go | [gofmt -e](https://golang.org/cmd/gofmt/), [go vet](https://golang.org/cmd/vet/), [golint](https://godoc.org/github.com/golang/lint), [go build](https://golang.org/cmd/go/), [gosimple](https://github.com/dominikh/go-tools/tree/master/cmd/gosimple), [staticcheck](https://github.com/dominikh/go-tools/tree/master/cmd/staticcheck) |
| Haml | [haml-lint](https://github.com/brigade/haml-lint)
+| Handlebars | [ember-template-lint](https://github.com/rwjblue/ember-template-lint) |
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint), [hdevtools](https://hackage.haskell.org/package/hdevtools) |
| HTML | [HTMLHint](http://htmlhint.com/), [proselint](http://proselint.com/), [tidy](http://www.html-tidy.org/) |
| Java | [javac](http://www.oracle.com/technetwork/java/javase/downloads/index.html) |