Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: Integrations page introduction #16548

Merged
merged 3 commits into from Nov 16, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
13 changes: 4 additions & 9 deletions docs/src/user-guide/integrations.md
Expand Up @@ -8,6 +8,10 @@ eleventyNavigation:

---

This page contains community projects that have integrated ESLint. The projects on this page are not maintained by the ESLint core team.
bpmutter marked this conversation as resolved.
Show resolved Hide resolved

If you would like to recommend an integration to be added to this page, [submit a pull request](../maintainer-guide/pullrequests).
bpmutter marked this conversation as resolved.
Show resolved Hide resolved

## Editors

* Sublime Text 3:
Expand Down Expand Up @@ -61,15 +65,6 @@ eleventyNavigation:

* Mocha.js: [mocha-eslint](https://www.npmjs.com/package/mocha-eslint)

## External ESLint rules

* [AngularJS](https://github.com/Gillespie59/eslint-plugin-angular)
* [BackboneJS](https://github.com/ilyavolodin/eslint-plugin-backbone)
* [Jasmine](https://github.com/tlvince/eslint-plugin-jasmine)
* [React](https://github.com/yannickcr/eslint-plugin-react)

… and many more published on npm with the [eslintplugin](https://www.npmjs.com/browse/keyword/eslintplugin) keyword.

## Other Integration Lists

You can find a curated list of other popular integrations for ESLint in the [awesome-eslint](https://github.com/dustinspecker/awesome-eslint) GitHub repository.