diff --git a/docs/user-guide/integrations.md b/docs/user-guide/integrations.md index 1179fa9608a..159066348d6 100644 --- a/docs/user-guide/integrations.md +++ b/docs/user-guide/integrations.md @@ -5,7 +5,9 @@ * Sublime Text 3: * [SublimeLinter-eslint](https://github.com/roadhump/SublimeLinter-eslint) * [Build Next](https://github.com/albertosantini/sublimetext-buildnext) -* [Vim](https://github.com/vim-syntastic/syntastic/tree/master/syntax_checkers/javascript) +* Vim: + * [ALE](https://github.com/w0rp/ale) + * [Syntastic](https://github.com/vim-syntastic/syntastic/tree/master/syntax_checkers/javascript) * Emacs: [Flycheck](http://www.flycheck.org/) supports ESLint with the [javascript-eslint](http://www.flycheck.org/en/latest/languages.html#javascript) checker. * Eclipse Orion: ESLint is the [default linter](https://dev.eclipse.org/mhonarc/lists/orion-dev/msg02718.html) * Eclipse IDE with [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint)