diff options
author | w0rp <w0rp@users.noreply.github.com> | 2017-02-09 18:56:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-09 18:56:40 +0000 |
commit | b0190fd080a732f4c0354fc824c023f7ff7bd062 (patch) | |
tree | 30e106af06ad225c1a8984c39336cee70457ca3d /README.md | |
parent | d8efd4fa73277908467ba59926428ca22703df27 (diff) | |
parent | 119695bd08eb17c340cd22c6a044de324d86d511 (diff) | |
download | ale-b0190fd080a732f4c0354fc824c023f7ff7bd062.zip |
Merge pull request #306 from ahmedelgabri/standardjs
Add standard linter
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |