docs: document plugins field and core rules usage in config reference#774
Merged
docs: document plugins field and core rules usage in config reference#774
Conversation
Add a dedicated plugins section to the config index page covering the field type, built-in plugin names, and a usage example. Expand the plugins table in rules-and-presets to cover jest and promise, and clarify that ESLint core rules need no plugin entry to be enabled.
Contributor
There was a problem hiding this comment.
Code Review
This pull request updates the documentation by adding a comprehensive section for the plugins configuration option in index.md and expanding the list of supported plugins in rules-and-presets.md. It also clarifies the usage of ESLint core rules, noting that they do not require a plugin prefix. I have no feedback to provide as there were no review comments.
Deploying rslint with
|
| Latest commit: |
8b6310a
|
| Status: | ✅ Deploy successful! |
| Preview URL: | https://720463bd.rslint.pages.dev |
| Branch Preview URL: | https://docs-plugins-config-20260422.rslint.pages.dev |
simplyme0823
approved these changes
Apr 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
pluginssection towebsite/docs/en/config/index.mdcovering the field type, built-in plugin names (@typescript-eslint,import,jest,promise,react), and a usage example, filling the gap where the previous page described every other config field exceptplugins.website/docs/en/config/rules-and-presets.mdto includejestandpromise, aligning the docs with the currentKnownPluginslist on the Go side.no-unused-vars,prefer-const) carry no prefix and can be enabled directly inruleswithout declaring anything underplugins.Related Links
Checklist