eslint-plugin-pipedream
Advanced tools
Comparing version 0.0.1 to 0.0.2
@@ -98,3 +98,2 @@ function isModuleExports(node) { | ||
const optionalValue = propDef.properties.find((p) => p?.key?.name === "optional")?.value?.value; | ||
console.log(optionalValue); | ||
@@ -101,0 +100,0 @@ if (propProperties.includes("optional") && optionalValue && !propProperties.includes("default")) { |
{ | ||
"name": "eslint-plugin-pipedream", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "ESLint plugin for Pipedream components: https://pipedream.com/docs/components/api/", | ||
@@ -9,5 +9,6 @@ "main": "index.js", | ||
}, | ||
"keywords": [], | ||
"keywords": ["pipedream", "node.js", "integration", "api", "apis"], | ||
"author": "Pipedream, Inc", | ||
"license": "MIT" | ||
"license": "MIT", | ||
"homepage": "https://github.com/PipedreamHQ/eslint-plugin-pipedream" | ||
} |
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
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6882
2
189