Skip to content

Commit

Permalink
Merge branch 'feat/working-prototype-for-eslint-bulk-suppressions' of h…
Browse files Browse the repository at this point in the history
…ttps://github.com/kevin-y-ang/rushstack into feat/working-prototype-for-eslint-bulk-suppressions
  • Loading branch information
octogonz committed Nov 21, 2023
2 parents 0db8777 + b45b07d commit d5acda0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eslint/eslint-bulk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ rules as the "eslint" command.
eslint-bulk suppress path/to/file1 path/to/file2 path/to/directory --rule rule1 --rule rule2
```

## eslint-bulk cleanup
## eslint-bulk clean

Use this command to automatically delete unused suppression entries for the given files in the
corresponding .eslint-bulk-suppressions.json file(s). Supply the files as the main argument. The
"files" argument is a glob pattern that follows the same rules as the "eslint" command.

```bash
eslint-bulk cleanup path/to/file1 path/to/file2 path/to/directory
eslint-bulk clean path/to/file1 path/to/file2 path/to/directory
```

# Links
Expand Down

0 comments on commit d5acda0

Please sign in to comment.