From 78d37ab759c21f2095f710273634a504fa3d16cd Mon Sep 17 00:00:00 2001 From: Iacovos Constantinou <586121+softius@users.noreply.github.com> Date: Thu, 31 Oct 2024 08:07:21 +0200 Subject: [PATCH] Update designs/2024-baseline-support/README.md Co-authored-by: Milos Djermanovic --- designs/2024-baseline-support/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/designs/2024-baseline-support/README.md b/designs/2024-baseline-support/README.md index 1cca6609..5068f87d 100644 --- a/designs/2024-baseline-support/README.md +++ b/designs/2024-baseline-support/README.md @@ -62,7 +62,7 @@ eslint --suppress-all ./src A new option `--suppress-rule [RULE1]` will be introduced to ESLint CLI. When provided, the existing suppressions file will be updated to include any existing violation of the provided rule. The suppressions file will be created if not already exists. Note that this is option can accept an array of string values. ``` bash -eslint --suppress-rule '@typescript-eslint/no-explicit-any' --suppress-rul '@typescript-eslint/member-ordering' ./src +eslint --suppress-rule '@typescript-eslint/no-explicit-any' --suppress-rule '@typescript-eslint/member-ordering' ./src ``` ### Changing the location of the suppressions file