Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Commit

Permalink
fix(messages): only warn about missing eslint configuration if config…
Browse files Browse the repository at this point in the history
…s need to be scaffolded
  • Loading branch information
travi committed Oct 27, 2020
1 parent 976690c commit 669c6b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lift.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default async function ({
return {nextSteps};
}

warn('Config for ESLint not provided. Skipping ESLint configuration');
if (eslintConfigs) warn('Config for ESLint not provided. Skipping ESLint configuration');

await liftPackage({projectRoot, scripts, tags, dependencies, devDependencies});

Expand Down

0 comments on commit 669c6b1

Please sign in to comment.