Skip to content

Commit 8b349bc

Browse files
committed
Adding homepage
1 parent 16a7004 commit 8b349bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

index.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,6 @@ function optionalComponentPropsHaveDefaultProperty(context, node) {
9595
if (propProperties.includes("propDefinition")) continue;
9696

9797
const optionalValue = propDef.properties.find((p) => p?.key?.name === "optional")?.value?.value;
98-
console.log(optionalValue);
9998

10099
if (propProperties.includes("optional") && optionalValue && !propProperties.includes("default")) {
101100
context.report({

package.json

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
{
22
"name": "eslint-plugin-pipedream",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "ESLint plugin for Pipedream components: https://pipedream.com/docs/components/api/",
55
"main": "index.js",
66
"scripts": {
77
"test": "echo \"Error: no test specified\" && exit 1"
88
},
9-
"keywords": [],
9+
"keywords": ["pipedream", "node.js", "integration", "api", "apis"],
1010
"author": "Pipedream, Inc",
11-
"license": "MIT"
11+
"license": "MIT",
12+
"homepage": "https://github.com/PipedreamHQ/eslint-plugin-pipedream"
1213
}

0 commit comments

Comments
 (0)