Skip to content

Commit

Permalink
test(#39): Add console for debugging purposes
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbrea committed Oct 18, 2020
1 parent 437b82d commit 1cea334
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/rules/entry-point.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
return {
ImportDeclaration: (node) => {
const dependencyInfo = getDependencyInfo(fileName, node.source.value, context.settings);
console.log({ dependencyInfo });
const typeOption =
context.options[0] &&
context.options[0].byType &&
Expand Down

0 comments on commit 1cea334

Please sign in to comment.