diff options
author | Zach Perrault <zach.perrault@gmail.com> | 2016-11-01 04:00:08 -0500 |
---|---|---|
committer | w0rp <w0rp@users.noreply.github.com> | 2016-11-01 09:00:08 +0000 |
commit | 4088347901ad5f0388d65b347501223abb2aa475 (patch) | |
tree | 15047b3296e3f4da0291f8e21a9da6a1071f96d2 /README.md | |
parent | 614a30a508bc324b9349cd1814964fb93146bee8 (diff) | |
download | ale-4088347901ad5f0388d65b347501223abb2aa475.zip |
Add FlowType support (#157)
* Add `javascript/flow` linter
* Add documentation for flow
* Remove a line from the docs that was from eslint
* Only run if flow gives output; Correct link in doc
* Address PR feedback #157
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -61,7 +61,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) | | 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/) | +| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [FlowType](https://flowtype.org/) | | JSON | [jsonlint](http://zaa.ch/jsonlint/) | | Lua | [luacheck](https://github.com/mpeterv/luacheck) | | Markdown | [mdl](https://github.com/mivok/markdownlint) | |