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 authored Mar 8, 2024
1 parent 13dea03 commit e5fd8bb
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 @@ -58,7 +58,7 @@ export class ConfigureLintingToolsCommand {

if (!WorkspaceUtils.packageJsonExists()) {
await this.showMessage(
'The sfdx project does not contain package.json. It is required to specify dependent eslint packages.'
'Your project does not contain a "package.json" specification. You must have a package specification to configure these ESLint packages and their dependencies in your project.'
);
return Promise.resolve(false);
}
Expand Down

0 comments on commit e5fd8bb

Please sign in to comment.