eslint-plugin-opticks
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -50,3 +50,3 @@ /** | ||
node.specifiers.forEach((specifier) => { | ||
if (specifier.imported.name === 'toggle') { | ||
if (specifier.imported?.name === 'toggle') { | ||
settings.isToggleImportedFromOpticks = true | ||
@@ -53,0 +53,0 @@ } |
{ | ||
"name": "eslint-plugin-opticks", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "An ESLint plugin for Opticks", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
6291