Skip to content

Commit 00ba3e9

Browse files
committed
docs: explicitly show scope
1 parent fa25623 commit 00ba3e9

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

designs/2025-bulk-suppressions-api/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,17 @@
11
- Repo: eslint/eslint
22
- Start Date: 2025-05-06
3-
- RFC PR: https://github.com/eslint/rfcs/pull/133
3+
- RFC PR: <https://github.com/eslint/rfcs/pull/133>
44
- Authors: [Kentaro Suzuki](https://github.com/sushichan044)
55

6-
# Add support for bulk suppressions in `ESLint` and `LegacyESLint` classes
6+
# Consider bulk suppressions when running Lint via the Node.js API
77

88
## Summary
99

1010
<!-- One-paragraph explanation of the feature. -->
1111

12-
This RFC proposes extending the bulk suppressions feature, introduced in ESLint 9.24.0 for CLI usage, to be available through the Node.js API via the `ESLint` and `LegacyESLint` classes.
12+
This RFC proposes integrating bulk suppressions support into the Node.js API via the `ESLint` and `LegacyESLint` classes, specifically focusing on considering existing bulk suppressions when linting files or text through the API. This change ensures that suppression files (`eslint-suppressions.json`) created via CLI commands are automatically respected when using the programmatic API, maintaining consistency between CLI and API behavior.
13+
14+
The scope is limited to applying existing suppressions during linting and does not include suppression file manipulation features (such as `--suppress-all`, `--suppress-rule`, or `--prune-suppressions`), which remain CLI-exclusive functionalities.
1315

1416
## Motivation
1517

0 commit comments

Comments
 (0)