Skip to content

Commit

Permalink
docs: Integrations page introduction (#16548)
Browse files Browse the repository at this point in the history
* docs: add integrations intro + formatting tweaks

* remove external eslint rules

* Apply suggestions from code review

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>

Co-authored-by: Nicholas C. Zakas <nicholas@humanwhocodes.com>
Co-authored-by: Amaresh  S M  <amareshsm13@gmail.com>
  • Loading branch information
3 people committed Nov 16, 2022
1 parent 63bce44 commit 1769b42
Showing 1 changed file with 4 additions and 9 deletions.
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 team.

If you would like to recommend an integration to be added to this page, [submit a pull request](../developer-guide/contributing/pull-requests).

## 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.

0 comments on commit 1769b42

Please sign in to comment.