From 140fbb980f65bd6c509ef90a0f6b1dde569b50ce Mon Sep 17 00:00:00 2001 From: Randi Wilson Date: Mon, 18 Aug 2025 11:48:43 -0400 Subject: [PATCH] CHANGE: @W-19348414@ Finalize new SLDS rule tags --- .../src/rule-mappings.ts | 13 +++++++------ .../rules_OnlySldsBaseConfig.goldfile.json | 9 ++++++--- 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/packages/code-analyzer-eslint-engine/src/rule-mappings.ts b/packages/code-analyzer-eslint-engine/src/rule-mappings.ts index e59761a4..3dbf5393 100644 --- a/packages/code-analyzer-eslint-engine/src/rule-mappings.ts +++ b/packages/code-analyzer-eslint-engine/src/rule-mappings.ts @@ -1,7 +1,8 @@ import {COMMON_TAGS, SeverityLevel} from "@salesforce/code-analyzer-engine-api"; -// Convenience tag to apply to the LWC rules +// Convenience tag to apply to framework specific rules const LWC = "LWC"; +const SLDS = "SLDS"; /** * The following is a list of the base rules that we have reviewed where we have designated the rule tags and @@ -1601,15 +1602,15 @@ export const RULE_MAPPINGS: Record