From 6dca87e24847193cbcb72bc3bab4e98b42539ead Mon Sep 17 00:00:00 2001 From: Ryan Fitzer Date: Tue, 19 Nov 2019 17:01:25 -0800 Subject: [PATCH] Added another Textmate 2 bundle. 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 582f77e3e534..83c619a86e23 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)