From 1769b423392512db4adf1eff75896c1ac0c3606b Mon Sep 17 00:00:00 2001 From: Ben Perlmutter <57849986+bpmutter@users.noreply.github.com> Date: Wed, 16 Nov 2022 13:35:25 -0500 Subject: [PATCH] docs: Integrations page introduction (#16548) * docs: add integrations intro + formatting tweaks * remove external eslint rules * Apply suggestions from code review Co-authored-by: Nicholas C. Zakas Co-authored-by: Amaresh S M Co-authored-by: Nicholas C. Zakas Co-authored-by: Amaresh S M --- docs/src/user-guide/integrations.md | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) 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.