eslint-plugin-orbit-components
Advanced tools
Comparing version 0.2.0-develop to 0.2.0-develop.1
@@ -38,3 +38,5 @@ "use strict"; | ||
variables[declaration.id.name] = declaration.init.properties.map(function (property) { | ||
return property.key.name; | ||
if (property.key && property.key.name) { | ||
return property.key.name; | ||
} | ||
}); | ||
@@ -41,0 +43,0 @@ } |
{ | ||
"name": "eslint-plugin-orbit-components", | ||
"version": "0.2.0-develop", | ||
"version": "0.2.0-develop.1", | ||
"description": "Collection of ESLint rules to enforce the best usage practices of @kiwicom/orbit-components", | ||
@@ -5,0 +5,0 @@ "repository": { |
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
216778
189