From b45b07d0b67190f984b5f087fc502f88c392f56c Mon Sep 17 00:00:00 2001 From: Kevin Yang <61671317+kevin-y-ang@users.noreply.github.com> Date: Tue, 21 Nov 2023 11:39:58 -0800 Subject: [PATCH] Update README.md --- eslint/eslint-bulk/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eslint/eslint-bulk/README.md b/eslint/eslint-bulk/README.md index 5fce94d07c1..aa2a20e3bb3 100755 --- a/eslint/eslint-bulk/README.md +++ b/eslint/eslint-bulk/README.md @@ -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