]> git.proxmox.com Git - pve-eslint.git/blob - eslint/docs/src/use/integrations.md
import 8.41.0 source
[pve-eslint.git] / eslint / docs / src / use / integrations.md
1 ---
2 title: Integrations
3 eleventyNavigation:
4 key: integrations
5 parent: use eslint
6 title: Integrations
7 order: 7
8
9 ---
10
11 This page contains community projects that have integrated ESLint. The projects on this page are not maintained by the ESLint team.
12
13 If you would like to recommend an integration to be added to this page, [submit a pull request](../contribute/pull-requests).
14
15 ## Editors
16
17 * Sublime Text 3:
18 * [SublimeLinter-eslint](https://github.com/SublimeLinter/SublimeLinter-eslint)
19 * [Build Next](https://github.com/albertosantini/sublimetext-buildnext)
20 * Vim:
21 * [ALE](https://github.com/dense-analysis/ale)
22 * [Syntastic](https://github.com/vim-syntastic/syntastic/tree/master/syntax_checkers/javascript)
23 * Emacs: [Flycheck](http://www.flycheck.org/) supports ESLint with the [javascript-eslint](http://www.flycheck.org/en/latest/languages.html#javascript) checker.
24 * Eclipse Orion: ESLint is the [default linter](https://dev.eclipse.org/mhonarc/lists/orion-dev/msg02718.html)
25 * Eclipse IDE: [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint)
26 * TextMate 2:
27 * [eslint.tmbundle](https://github.com/ryanfitzer/eslint.tmbundle)
28 * [javascript-eslint.tmbundle](https://github.com/natesilva/javascript-eslint.tmbundle)
29 * IntelliJ IDEA, WebStorm, PhpStorm, PyCharm, RubyMine, and other JetBrains IDEs: [How to use ESLint](https://www.jetbrains.com/help/webstorm/eslint.html)
30 * Visual Studio: [Linting JavaScript in VS](https://learn.microsoft.com/en-us/visualstudio/javascript/linting-javascript?view=vs-2022)
31 * Visual Studio Code: [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
32 * Brackets: Included and [Brackets ESLint](https://github.com/brackets-userland/brackets-eslint)
33
34 ## Build tools
35
36 * Grunt: [grunt-eslint](https://www.npmjs.com/package/grunt-eslint)
37 * Webpack: [eslint-webpack-plugin](https://www.npmjs.com/package/eslint-webpack-plugin)
38 * Rollup: [@rollup/plugin-eslint](https://www.npmjs.com/package/@rollup/plugin-eslint)
39
40 ## Command Line Tools
41
42 * [ESLint Watch](https://www.npmjs.com/package/eslint-watch)
43 * [Code Climate CLI](https://github.com/codeclimate/codeclimate)
44 * [ESLint Nibble](https://github.com/IanVS/eslint-nibble)
45
46 ## Source Control
47
48 * [Git Precommit Hook](https://coderwall.com/p/zq8jlq/eslint-pre-commit-hook)
49 * [Git pre-commit hook that only lints staged changes](https://gist.github.com/dahjelle/8ddedf0aebd488208a9a7c829f19b9e8)
50 * [overcommit Git hook manager](https://github.com/brigade/overcommit)
51 * [Mega-Linter](https://megalinter.io/latest/): Linters aggregator for CI, [embedding eslint](https://megalinter.io/latest/descriptors/javascript_eslint/)
52
53 ## Other Integration Lists
54
55 You can find a curated list of other popular integrations for ESLint in the [awesome-eslint](https://github.com/dustinspecker/awesome-eslint) GitHub repository.