eslint-plugin-workspaces
Advanced tools
Comparing version
@@ -70,3 +70,5 @@ 'use strict'; | ||
ImportExpression: (node) => { | ||
callback(resolveImport(context, node, node.source, currentPackage)); | ||
if (node.source.type === 'Literal') { | ||
callback(resolveImport(context, node, node.source, currentPackage)); | ||
} | ||
}, | ||
@@ -73,0 +75,0 @@ }; |
{ | ||
"name": "eslint-plugin-workspaces", | ||
"version": "0.5.3", | ||
"version": "0.5.4", | ||
"main": "lib/index.js", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
12509
0.43%232
0.87%