summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorZach Perrault <zach.perrault@gmail.com>2016-11-01 04:00:08 -0500
committerw0rp <w0rp@users.noreply.github.com>2016-11-01 09:00:08 +0000
commit4088347901ad5f0388d65b347501223abb2aa475 (patch)
tree15047b3296e3f4da0291f8e21a9da6a1071f96d2 /README.md
parent614a30a508bc324b9349cd1814964fb93146bee8 (diff)
downloadale-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.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9eb16fd0..4b98a885 100644
--- a/README.md
+++ b/README.md
@@ -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) |