eslint-plugin-pipedream
Advanced tools
Comparing version 0.0.6 to 0.0.7
@@ -164,4 +164,4 @@ function isModuleExports(node) { | ||
const nameProp = checkComponentIsSourceAndReturnTargetProp(node, "description"); | ||
if (!nameProp) return; | ||
if (!nameProp?.value?.value.startsWith("Emit new ")) { | ||
if (!nameProp || typeof nameProp?.value?.value !== 'string') return; | ||
if (!nameProp.value.value.startsWith("Emit new ")) { | ||
context.report({ | ||
@@ -168,0 +168,0 @@ node: nameProp, |
{ | ||
"name": "eslint-plugin-pipedream", | ||
"version": "0.0.6", | ||
"version": "0.0.7", | ||
"description": "ESLint plugin for Pipedream components: https://pipedream.com/docs/components/api/", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
126030