Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions eslint.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,7 @@ export default [
"pipedream/source-name": "warn",
"pipedream/source-description": "warn",
"pipedream/no-ts-version": "warn",
"pipedream/action-annotations": "error",
},
},
{
Expand All @@ -236,6 +237,7 @@ export default [
"pipedream/required-properties-type": "off",
"pipedream/source-name": "off",
"pipedream/source-description": "off",
"pipedream/action-annotations": "off",
},
},
{
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"@eslint/eslintrc": "^3.2.0",
"@eslint/js": "^9.15.0",
"@next/eslint-plugin-next": "^14.2.5",
"@pipedream/eslint-plugin-pipedream": "0.2.5",
"@pipedream/eslint-plugin-pipedream": "0.3.0",
"@pipedream/types": "0.1.4",
"@tsconfig/node14": "^1.0.1",
"@types/jest": "^27.4.1",
Expand Down
Loading