You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This ESLint plugin implements rules that validate the [Pipedream component guidelines](https://pipedream.com/docs/components/guidelines/#guidelines-patterns). Only a subset of the guidelines are mapped to rules: those that can be statically-analyzed.
4
+
5
+
Learn more about Pipedream at [https://pipedream.com/docs](https://pipedream.com/docs), and read more about Pipedream components in [the component API docs](https://pipedream.com/docs/components/api/).
6
+
7
+
We will gladly accept issues and PRs in this repo.
8
+
9
+
## Installation
10
+
11
+
In the repo where you manage Pipedream components, run:
12
+
13
+
```bash
14
+
npm install eslint-plugin-pipedream --save-dev
15
+
```
16
+
17
+
Then add the Pipedream plugin to the `plugins` section of your [ESLint config file](https://eslint.org/docs/user-guide/configuring/):
0 commit comments