Skip to content

Commit

Permalink
Docs: add a better vim linting engine (#10292)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsmithers authored and ilyavolodin committed May 2, 2018
1 parent df2c1fb commit 2f30aa5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/user-guide/integrations.md
Expand Up @@ -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)
Expand Down

0 comments on commit 2f30aa5

Please sign in to comment.