]> git.proxmox.com Git - pve-eslint.git/blob - eslint/docs/user-guide/integrations.md
import 8.4.0 source
[pve-eslint.git] / eslint / docs / user-guide / integrations.md
1 # Integrations
2
3 ## Editors
4
5 * Sublime Text 3:
6 * [SublimeLinter-eslint](https://github.com/roadhump/SublimeLinter-eslint)
7 * [Build Next](https://github.com/albertosantini/sublimetext-buildnext)
8 * Vim:
9 * [ALE](https://github.com/w0rp/ale)
10 * [Syntastic](https://github.com/vim-syntastic/syntastic/tree/master/syntax_checkers/javascript)
11 * Emacs: [Flycheck](http://www.flycheck.org/) supports ESLint with the [javascript-eslint](http://www.flycheck.org/en/latest/languages.html#javascript) checker.
12 * Eclipse Orion: ESLint is the [default linter](https://dev.eclipse.org/mhonarc/lists/orion-dev/msg02718.html)
13 * Eclipse IDE: [Tern ESLint linter](https://github.com/angelozerr/tern.java/wiki/Tern-Linter-ESLint)
14 * TextMate 2:
15 * [eslint.tmbundle](https://github.com/ryanfitzer/eslint.tmbundle)
16 * [javascript-eslint.tmbundle](https://github.com/natesilva/javascript-eslint.tmbundle)
17 * Atom: [linter-eslint](https://atom.io/packages/linter-eslint)
18 * IntelliJ IDEA, WebStorm, PhpStorm, PyCharm, RubyMine, and other JetBrains IDEs: [How to use ESLint](https://www.jetbrains.com/help/webstorm/eslint.html)
19 * Visual Studio Code: [ESLint Extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint)
20 * Brackets: Included and [Brackets ESLint](https://github.com/brackets-userland/brackets-eslint)
21
22 ## Build tools
23
24 * Grunt: [grunt-eslint](https://www.npmjs.com/package/grunt-eslint)
25 * Gulp: [gulp-eslint](https://www.npmjs.com/package/gulp-eslint)
26 * Mimosa: [mimosa-eslint](https://www.npmjs.com/package/mimosa-eslint)
27 * Broccoli: [broccoli-eslint](https://www.npmjs.com/package/broccoli-eslint)
28 * Browserify: [eslintify](https://www.npmjs.com/package/eslintify)
29 * Webpack: [eslint-webpack-plugin](https://www.npmjs.com/package/eslint-webpack-plugin)
30 * Rollup: [@rollup/plugin-eslint](https://www.npmjs.com/package/@rollup/plugin-eslint)
31 * Ember-cli: [ember-cli-eslint](https://www.npmjs.com/package/ember-cli-eslint)
32 * Sails.js: [sails-hook-lint](https://www.npmjs.com/package/sails-hook-lint), [sails-eslint](https://www.npmjs.com/package/sails-eslint)
33 * Start: [@start/plugin-lib-eslint](https://www.npmjs.com/package/@start/plugin-lib-eslint)
34 * Brunch: [eslint-brunch](https://www.npmjs.com/package/eslint-brunch)
35
36 ## Command Line Tools
37
38 * [ESLint Watch](https://www.npmjs.com/package/eslint-watch)
39 * [Code Climate CLI](https://github.com/codeclimate/codeclimate)
40 * [ESLint Nibble](https://github.com/IanVS/eslint-nibble)
41
42 ## Source Control
43
44 * [Git Precommit Hook](https://coderwall.com/p/zq8jlq/eslint-pre-commit-hook)
45 * [Git pre-commit hook that only lints staged changes](https://gist.github.com/dahjelle/8ddedf0aebd488208a9a7c829f19b9e8)
46 * [overcommit Git hook manager](https://github.com/brigade/overcommit)
47 * [Mega-Linter](https://nvuillam.github.io/mega-linter): Linters aggregator for CI, [embedding eslint](https://nvuillam.github.io/mega-linter/descriptors/javascript_eslint/)
48
49 ## Testing
50
51 * Mocha.js: [mocha-eslint](https://www.npmjs.com/package/mocha-eslint)
52
53 ## External ESLint rules
54
55 * [AngularJS](https://github.com/Gillespie59/eslint-plugin-angular)
56 * [BackboneJS](https://github.com/ilyavolodin/eslint-plugin-backbone)
57 * [Jasmine](https://github.com/tlvince/eslint-plugin-jasmine)
58 * [React](https://github.com/yannickcr/eslint-plugin-react)
59
60 … and many more published on npm with the [eslintplugin](https://www.npmjs.com/browse/keyword/eslintplugin) keyword.
61
62 ## Other Integration Lists
63
64 You can find a curated list of other popular integrations for ESLint in the [awesome-eslint](https://github.com/dustinspecker/awesome-eslint) GitHub repository.