summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAhmed El Gabri <ahmed@gabri.me>2017-02-05 18:26:26 +0100
committerAhmed El Gabri <ahmed@gabri.me>2017-02-05 21:19:34 +0100
commit119695bd08eb17c340cd22c6a044de324d86d511 (patch)
tree211102fc4a975b186aff93cb2c47a924a15889ec /README.md
parent744d7d789f859b70ea5981377600678c0ff4f6c2 (diff)
downloadale-119695bd08eb17c340cd22c6a044de324d86d511.zip
Add standard linter
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8a86f462..56a7486d 100644
--- a/README.md
+++ b/README.md
@@ -68,7 +68,7 @@ name. That seems to be the fairest way to arrange this table.
| 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/) |
| Haskell | [ghc](https://www.haskell.org/ghc/), [hlint](https://hackage.haskell.org/package/hlint) |
| HTML | [HTMLHint](http://htmlhint.com/), [tidy](http://www.html-tidy.org/) |
-| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/) |
+| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/)
| JSON | [jsonlint](http://zaa.ch/jsonlint/) |
| LaTeX | [chktex](http://www.nongnu.org/chktex/), [lacheck](https://www.ctan.org/pkg/lacheck) |
| Lua | [luacheck](https://github.com/mpeterv/luacheck) |