diff options
author | Daniel Dantas <dansdantas@gmail.com> | 2017-04-27 14:30:39 -0300 |
---|---|---|
committer | Daniel Dantas <dansdantas@gmail.com> | 2017-04-27 14:30:39 -0300 |
commit | 248901d589f5930104aa31d359fc623ee189764c (patch) | |
tree | af79bb13d3e69b4ce71e0061c490e5ae0952603a /README.md | |
parent | 10679b29c31bd3843adb6ae6082cb56e40d4fda6 (diff) | |
download | ale-248901d589f5930104aa31d359fc623ee189764c.zip |
add xo reference for javascript linters on readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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) | |