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