Skip to content

Commit 5103ee7

Browse files
Hirsekaicataldo
authored andcommittedSep 1, 2018
Docs: Add Brackets integration (#10813)
1 parent b61d2cd commit 5103ee7

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed
 

‎docs/user-guide/integrations.md

+5-4
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,12 @@
1010
* [Syntastic](https://github.com/vim-syntastic/syntastic/tree/master/syntax_checkers/javascript)
1111
* Emacs: [Flycheck](http://www.flycheck.org/) supports ESLint with the [javascript-eslint](http://www.flycheck.org/en/latest/languages.html#javascript) checker.
1212
* Eclipse Orion: ESLint is the [default linter](https://dev.eclipse.org/mhonarc/lists/orion-dev/msg02718.html)
13-
* Eclipse IDE with [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint)
14-
* [TextMate 2](https://github.com/natesilva/javascript-eslint.tmbundle)
13+
* Eclipse IDE: [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint)
14+
* TextMate 2: [ESLint Bundle](https://github.com/natesilva/javascript-eslint.tmbundle)
1515
* Atom: [linter-eslint](https://atom.io/packages/linter-eslint)
16-
* [IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, 0xDBE](https://plugins.jetbrains.com/plugin/7494-eslint)
17-
* [Visual Studio Code](https://code.visualstudio.com) with the [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
16+
* IntelliJ IDEA, RubyMine, WebStorm, PhpStorm, PyCharm, AppCode, Android Studio, 0xDBE: [ESLint Plugin](https://plugins.jetbrains.com/plugin/7494-eslint)
17+
* Visual Studio Code: [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
18+
* Brackets: Included and [Brackets ESLint](https://github.com/brackets-userland/brackets-eslint)
1819

1920
## Build tools
2021

0 commit comments

Comments
 (0)
Please sign in to comment.