Skip to content

Commit ae026f9

Browse files
authored
CHANGE: @W-19053333@ Whitespace Cleanup (#361)
1 parent 80f058c commit ae026f9

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/code-analyzer-eslint-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@salesforce/code-analyzer-eslint-engine",
33
"description": "Plugin package that adds 'eslint' as an engine into Salesforce Code Analyzer",
4-
"version": "0.33.0",
4+
"version": "0.34.0-SNAPSHOT",
55
"author": "The Salesforce Code Analyzer Team",
66
"license": "BSD-3-Clause",
77
"homepage": "https://developer.salesforce.com/docs/platform/salesforce-code-analyzer/overview",

packages/code-analyzer-eslint-engine/src/messages.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ const MESSAGE_CATALOG : { [key: string]: string } = {
5151
`rules, add them under the 'javascript' language. To associate file extensions to the standard TypeScript\n` +
5252
`rules or custom TypeScript-based rules, add them under the 'typescript' language.\n` +
5353
`To associate file extensions to standard LWC HTML rules, Component (CMP) rules, or custom HTML rules, add them\n` +
54-
`under the 'html' language. To associate file extensions to CSS or SCSS rules, add them under the 'css' language.\n `+
54+
`under the 'html' language. To associate file extensions to CSS or SCSS rules, add them under the 'css' language.\n`+
5555
`To allow for the discovery of custom rules that are associated with any other language,\n` +
5656
`then add the associated file extensions under the 'other' language.`,
5757

0 commit comments

Comments
 (0)