@rushstack/eslint-bulk 0.1.8 → 0.1.10

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.
Files changed (2) hide show
  1. package/README.md +8 -4
  2. package/package.json +2 -2
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
- > 👉 See the `@rushstack/eslint-patch` [documentation](https://www.npmjs.com/package/@rushstack/eslint-patch)
8
- > for details.
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.8",
3
+ "version": "0.1.10",
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,7 +27,7 @@
27
27
  ],
28
28
  "devDependencies": {
29
29
  "@types/node": "18.17.15",
30
- "@rushstack/heft": "0.64.2",
30
+ "@rushstack/heft": "0.64.3",
31
31
  "local-node-rig": "1.0.0"
32
32
  },
33
33
  "scripts": {