mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: fix formatting alignment
Signed-off-by: Gabriel <gaccettola@mirantis.com>
This commit is contained in:
parent
1aadfc441e
commit
f20302a87b
@ -20,7 +20,7 @@ class ProtectFromImportingNonDependencies {
|
||||
const dependencyName = getDependencyName(toBeResolved.request);
|
||||
|
||||
const dependencyWeAreInterested =
|
||||
!isSassDependency && !isLocalDependency && !isDependencyOfDependency && dependencyName;
|
||||
!isSassDependency && !isLocalDependency && !isDependencyOfDependency && dependencyName;
|
||||
|
||||
if (dependencyWeAreInterested) {
|
||||
nodeModulesToBeResolved.add(dependencyName);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user