@rushstack/eslint-bulk 0.1.9 → 0.1.11
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -4
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,11 +1,15 @@
|
|
|
1
1
|
# @rushstack/eslint-bulk
|
|
2
2
|
|
|
3
3
|
This package provides the command-line interface (CLI) for the **ESLint bulk suppressions**
|
|
4
|
-
feature from
|
|
5
|
-
[`@rushstack/eslint-patch`](https://www.npmjs.com/package/@rushstack/eslint-patch).
|
|
4
|
+
feature from `@rushstack/eslint-patch`.
|
|
6
5
|
|
|
7
|
-
|
|
8
|
-
|
|
6
|
+
### Setting it up
|
|
7
|
+
|
|
8
|
+
👉 Before using this tool, you will first need to install and configure the
|
|
9
|
+
[@rushstack/eslint-patch](https://www.npmjs.com/package/@rushstack/eslint-patch) package.
|
|
10
|
+
|
|
11
|
+
See the [eslint-bulk-suppressions documentation](https://www.npmjs.com/package/@rushstack/eslint-patch#eslint-bulk-suppressions-feature)
|
|
12
|
+
for details.
|
|
9
13
|
|
|
10
14
|
### Typical workflow
|
|
11
15
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rushstack/eslint-bulk",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.11",
|
|
4
4
|
"description": "Roll out new ESLint rules in a large monorepo without cluttering up your code with \"eslint-ignore-next-line\"",
|
|
5
5
|
"main": "index.js",
|
|
6
6
|
"license": "MIT",
|
|
@@ -27,8 +27,8 @@
|
|
|
27
27
|
],
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@types/node": "18.17.15",
|
|
30
|
-
"
|
|
31
|
-
"
|
|
30
|
+
"@rushstack/heft": "0.64.4",
|
|
31
|
+
"local-node-rig": "1.0.0"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"build": "heft build --clean",
|