summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorw0rp <w0rp@users.noreply.github.com>2017-04-28 15:31:06 +0100
committerGitHub <noreply@github.com>2017-04-28 15:31:06 +0100
commit49e68fc093a77ca2d2b5c7865faac955ff462f69 (patch)
treeaf79bb13d3e69b4ce71e0061c490e5ae0952603a
parent10679b29c31bd3843adb6ae6082cb56e40d4fda6 (diff)
parent248901d589f5930104aa31d359fc623ee189764c (diff)
downloadale-49e68fc093a77ca2d2b5c7865faac955ff462f69.zip
Merge pull request #512 from dansdantas/add-xo-references-on-readme
add xo reference for javascript linters on readme
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 77fdae88..e5f5a579 100644
--- a/README.md
+++ b/README.md
@@ -79,7 +79,7 @@ name. That seems to be the fairest way to arrange this table.
| 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) |
-| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/)
+| JavaScript | [eslint](http://eslint.org/), [jscs](http://jscs.info/), [jshint](http://jshint.com/), [flow](https://flowtype.org/), [standard](http://standardjs.com/), [xo](https://github.com/sindresorhus/xo)
| 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) |