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