chore: fixing the eslint rule

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2023-02-17 09:21:34 +01:00
parent 8ae65a0bc1
commit a3576a386e
3 changed files with 20 additions and 5 deletions
@@ -34,6 +34,7 @@ const getPackages = require('./getPackages');
* @property {'value' | 'type'} kind
* @property {string} path
* @property {import('./getPackages').ExtendedPackage} package
* @property {string} packageName
*/
/**
@@ -160,6 +161,7 @@ module.exports = function visitImports(context, visitor) {
kind: info.kind,
path: subPath,
package: pkg,
packageName,
});
}