diff --git a/src/commands/lint/configureLintingToolsCommand.ts b/src/commands/lint/configureLintingToolsCommand.ts index ecb86e2a..1f9da0ba 100644 --- a/src/commands/lint/configureLintingToolsCommand.ts +++ b/src/commands/lint/configureLintingToolsCommand.ts @@ -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); }