diff --git a/docs/src/user-guide/integrations.md b/docs/src/user-guide/integrations.md index 01ca0fb4920..b01e613e5ad 100644 --- a/docs/src/user-guide/integrations.md +++ b/docs/src/user-guide/integrations.md @@ -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: @@ -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.