From fe9f09784809875d4e22279ba1cd4c3cb0176b86 Mon Sep 17 00:00:00 2001 From: Randi Wilson Date: Mon, 29 Sep 2025 14:54:25 -0400 Subject: [PATCH] CHANGE: @W-19053333@ Whitespace Cleanup --- package-lock.json | 4 ++-- packages/code-analyzer-eslint-engine/package.json | 2 +- packages/code-analyzer-eslint-engine/src/messages.ts | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 85696960..157f8f0e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9324,7 +9324,7 @@ }, "packages/code-analyzer-eslint-engine": { "name": "@salesforce/code-analyzer-eslint-engine", - "version": "0.33.0", + "version": "0.34.0-SNAPSHOT", "license": "BSD-3-Clause", "dependencies": { "@eslint/js": "^9.35.0", @@ -11792,4 +11792,4 @@ } } } -} +} \ No newline at end of file diff --git a/packages/code-analyzer-eslint-engine/package.json b/packages/code-analyzer-eslint-engine/package.json index ac7d5730..0fa50f34 100644 --- a/packages/code-analyzer-eslint-engine/package.json +++ b/packages/code-analyzer-eslint-engine/package.json @@ -1,7 +1,7 @@ { "name": "@salesforce/code-analyzer-eslint-engine", "description": "Plugin package that adds 'eslint' as an engine into Salesforce Code Analyzer", - "version": "0.33.0", + "version": "0.34.0-SNAPSHOT", "author": "The Salesforce Code Analyzer Team", "license": "BSD-3-Clause", "homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview", diff --git a/packages/code-analyzer-eslint-engine/src/messages.ts b/packages/code-analyzer-eslint-engine/src/messages.ts index df399ba7..a5c1e025 100644 --- a/packages/code-analyzer-eslint-engine/src/messages.ts +++ b/packages/code-analyzer-eslint-engine/src/messages.ts @@ -51,7 +51,7 @@ const MESSAGE_CATALOG : { [key: string]: string } = { `rules, add them under the 'javascript' language. To associate file extensions to the standard TypeScript\n` + `rules or custom TypeScript-based rules, add them under the 'typescript' language.\n` + `To associate file extensions to standard LWC HTML rules, Component (CMP) rules, or custom HTML rules, add them\n` + - `under the 'html' language. To associate file extensions to CSS or SCSS rules, add them under the 'css' language.\n `+ + `under the 'html' language. To associate file extensions to CSS or SCSS rules, add them under the 'css' language.\n`+ `To allow for the discovery of custom rules that are associated with any other language,\n` + `then add the associated file extensions under the 'other' language.`,