Skip to content

Commit

Permalink
Update src/commands/lint/configureLintingToolsCommand.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kevin Hawkins <[email protected]>
  • Loading branch information
sfdctaka and khawkins committed Mar 5, 2024
1 parent 50ec68e commit 7eb167a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/lint/configureLintingToolsCommand.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export class ConfigureLintingToolsCommand {

// Ask user to add eslint plugin
const result = await this.showMessage(
'Do you want to add eslint plugin for LWC data graph anaylsis to your package.json?',
'Do you want to add the ESLint plugin for LWC graph analysis to your project? This will give you linting feedback on code patterns that will not support your LWCs working offline, for mobile use cases.',
MessageType.InformationYesNo
);

Expand Down

0 comments on commit 7eb167a

Please sign in to comment.