Skip to content

Commit f3e9f7d

Browse files
committed
Adding image
1 parent 2af299b commit f3e9f7d

File tree

3 files changed

+5
-0
lines changed

3 files changed

+5
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
node_modules/
2+
.DS_Store

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22

33
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.
44

5+
For example, all components should have a `name`:
6+
7+
<img src="./images/component-must-have-name.png" width=400 alt="Component must have name error" />
8+
59
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/).
610

711
We will gladly accept issues and PRs in this repo.
103 KB
Loading

0 commit comments

Comments
 (0)