Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
Signed-off-by: SammyOina <[email protected]>
  • Loading branch information
SammyOina committed Oct 17, 2023
1 parent 8e1288a commit d5e2474
Show file tree
Hide file tree
Showing 26 changed files with 4,471 additions and 513 deletions.
4 changes: 3 additions & 1 deletion .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,13 @@ the following locations:
6. Additional information you deem important:

**ENHANCEMENT**

1. Describe the enhancement you are requesting. Enhancements include:

- tests
- code refactor
- documentation
- research
- tooling

2. Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
2. Indicate the importance of this enhancement to you (must-have, should-have, nice-to-have).
3 changes: 2 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ Please review the [CONTRIBUTING.md](./CONTRIBUTING.md) file for detailed contrib
### What does this do?

### Which issue(s) does this PR fix/relate to?

Put here `Resolves #XXX` to auto-close the issue that your PR fixes (if such)

### List any changes that modify/break current functionality
Expand All @@ -12,4 +13,4 @@ Put here `Resolves #XXX` to auto-close the issue that your PR fixes (if such)

### Did you document any new/modified functionality?

### Notes
### Notes
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.

# compiled output
/dist
/tmp
/out-tsc

Expand Down
2 changes: 2 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Ignore artifacts:
node_modules
1 change: 1 addition & 0 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

0 comments on commit d5e2474

Please sign in to comment.