From 60204a3620e33a078c1c35fa2e5d839a16c627ff Mon Sep 17 00:00:00 2001 From: Ryan Fitzer Date: Tue, 19 Nov 2019 20:51:55 -0800 Subject: [PATCH] Docs: Added another Textmate 2 bundle. (#12580) Ordered the Textmate 2 bundles by last release date. --- 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 582f77e3e53..83c619a86e2 100644 --- a/docs/user-guide/integrations.md +++ b/docs/user-guide/integrations.md @@ -11,7 +11,9 @@ * 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: [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint) -* TextMate 2: [ESLint Bundle](https://github.com/natesilva/javascript-eslint.tmbundle) +* TextMate 2: + * [eslint.tmbundle](https://github.com/ryanfitzer/eslint.tmbundle) + * [javascript-eslint.tmbundle](https://github.com/natesilva/javascript-eslint.tmbundle) * Atom: [linter-eslint](https://atom.io/packages/linter-eslint) * IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, 0xDBE: [ESLint Plugin](https://plugins.jetbrains.com/plugin/7494-eslint) * Visual Studio Code: [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)