Skip to content
Snippets Groups Projects
Commit efff72a5 authored by Rhys Arkins's avatar Rhys Arkins
Browse files

chore: fix lint

parent fa6e23f4
No related branches found
No related tags found
No related merge requests found
...@@ -23,6 +23,7 @@ async function extractDependencies(content, packageFile, config) { ...@@ -23,6 +23,7 @@ async function extractDependencies(content, packageFile, config) {
logger.info({ packageFile }, 'Invalid JSON'); logger.info({ packageFile }, 'Invalid JSON');
return null; return null;
} }
// eslint-disable-next-line no-underscore-dangle
if (packageJson._id && packageJson._args && packageJson._from) { if (packageJson._id && packageJson._args && packageJson._from) {
logger.info('Ignoring vendorised package.json'); logger.info('Ignoring vendorised package.json');
return null; return null;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment