Skip to content
This repository was archived by the owner on Feb 23, 2023. It is now read-only.

Commit

Permalink
Add a module to each pipe (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
squelix authored and fknop committed Oct 12, 2019
1 parent eaea4a5 commit 0e57419
Show file tree
Hide file tree
Showing 215 changed files with 5,202 additions and 5,534 deletions.
13 changes: 13 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Editor configuration, see http://editorconfig.org
root = true

[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true

[*.md]
max_line_length = off
trim_trailing_whitespace = false
10 changes: 5 additions & 5 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,27 @@
**I'm submitting a ...** (check one with "x")
**I'm submitting a ...** (check one with "x")

```
[ ] bug report => search github for a similar issue or PR before submitting
[ ] feature request
```

**Current behavior**

<!-- Describe how the bug manifests. -->

**Expected behavior**

<!-- Describe what the behavior would be without the bug. -->

**Minimal reproduction of the problem with instructions**

<!--
If the current behavior is a bug or you can illustrate your feature request better with an example,
If the current behavior is a bug or you can illustrate your feature request better with an example,
please provide the *STEPS TO REPRODUCE* and if possible a *MINIMAL DEMO* of the problem via
https://plnkr.co or similar (you can use this template as a starting point: http://plnkr.co/edit/hBuPpDLUD9XViGKplzwf).
-->


**What is the motivation / use case for changing the behavior?**

<!-- If this is a feature request -->
<!-- Describe the motivation or the concrete use case -->


3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@ src/**/*.ngsummary.json
src/**/*.d.ts
.vscode
coverage
package-lock.json
package-lock.json
yarn.lock
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
build/
dist/
coverage/
node_modules/
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ node_js:
services:
- xvfb

cache:
cache:
yarn: true
directories:
- node_modules
Expand Down
Loading

0 comments on commit 0e57419

Please sign in to comment.