From 2f30aa57967b049c66c117a42881b334f8fd6da9 Mon Sep 17 00:00:00 2001 From: Jon Smithers Date: Tue, 1 May 2018 21:11:09 -0400 Subject: [PATCH] Docs: add a better vim linting engine (#10292) --- docs/user-guide/integrations.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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)