Skip to content

Commit d001247

Browse files
authored
Update ESLint pipedream plugin used to new scoped package (#17300)
The eslint-pipedream-plugin package has been deprecated and replaced with the new scoped package `@pipedream/eslint-plugin-pipedream`. v0.2.5 allows the dir prop to omit description and label properties.
1 parent 3f70629 commit d001247

File tree

3 files changed

+15
-16
lines changed

3 files changed

+15
-16
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import jsonc from "eslint-plugin-jsonc";
22
import putout from "eslint-plugin-putout";
3-
import pipedream from "eslint-plugin-pipedream";
3+
import pipedream from "@pipedream/eslint-plugin-pipedream";
44
import typescriptEslint from "@typescript-eslint/eslint-plugin";
55
import importPlugin from "eslint-plugin-import";
66
import jest from "eslint-plugin-jest";

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@
4242
"@eslint/eslintrc": "^3.2.0",
4343
"@eslint/js": "^9.15.0",
4444
"@next/eslint-plugin-next": "^14.2.5",
45+
"@pipedream/eslint-plugin-pipedream": "0.2.5",
4546
"@pipedream/types": "0.1.4",
4647
"@tsconfig/node14": "^1.0.1",
4748
"@types/jest": "^27.4.1",
@@ -52,7 +53,6 @@
5253
"eslint-plugin-import": "^2.31.0",
5354
"eslint-plugin-jest": "^28",
5455
"eslint-plugin-jsonc": "^1.6.0",
55-
"eslint-plugin-pipedream": "0.2.4",
5656
"eslint-plugin-putout": "^23",
5757
"globals": "^15.12.0",
5858
"graphql": "14 - 16",

pnpm-lock.yaml

Lines changed: 13 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)