This repository has been archived by the owner on Jan 2, 2024. It is now read-only.
generated from holvonix-open/hx-node-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
polish: run non-typescript through prettier
- Loading branch information
1 parent
0606083
commit d95bf76
Showing
14 changed files
with
274 additions
and
166 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
version: 1 | ||
update_configs: | ||
- package_manager: "javascript" | ||
directory: "/" | ||
update_schedule: "live" | ||
- package_manager: 'javascript' | ||
directory: '/' | ||
update_schedule: 'live' | ||
default_reviewers: | ||
- "holvonixAdvay" | ||
- 'holvonixAdvay' | ||
default_assignees: | ||
- "holvonixAdvay" | ||
- 'holvonixAdvay' | ||
default_labels: | ||
- "dependencies" | ||
- 'dependencies' | ||
commit_message: | ||
prefix: "fix" | ||
prefix_development: "chore" | ||
include_scope: true | ||
prefix: 'fix' | ||
prefix_development: 'chore' | ||
include_scope: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,43 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**NOTE: | ||
By submitting this issue, you hereby license all content you contribute to this | ||
repository (including but not limited to this issue and all bugs, commits, | ||
pull requests, feature requests, and suggestions) under the repository's | ||
**NOTE: By submitting this issue, you hereby license all content you contribute | ||
to this repository (including but not limited to this issue and all bugs, | ||
commits, pull requests, feature requests, and suggestions) under the | ||
repository's | ||
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE). | ||
You also represent and warrant that you have all necessary rights to license the | ||
content as specified in the preceding sentence and that doing so will not infringe | ||
upon any right of any third party nor violate any applicable law or regulation.** | ||
content as specified in the preceding sentence and that doing so will not | ||
infringe upon any right of any third party nor violate any applicable law or | ||
regulation.** | ||
|
||
**Describe the bug** A clear and concise description of what the bug is. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
**To Reproduce** Steps to reproduce the behavior: | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
**Expected behavior** A clear and concise description of what you expected to | ||
happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
**Screenshots** If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,26 @@ | ||
--- | ||
name: Feature request | ||
about: Suggest an idea for this project | ||
|
||
--- | ||
|
||
**NOTE: | ||
By submitting this issue, you hereby license all content you contribute to this | ||
repository (including but not limited to this issue and all bugs, commits, | ||
pull requests, feature requests, and suggestions) under the repository's | ||
**NOTE: By submitting this issue, you hereby license all content you contribute | ||
to this repository (including but not limited to this issue and all bugs, | ||
commits, pull requests, feature requests, and suggestions) under the | ||
repository's | ||
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE). | ||
You also represent and warrant that you have all necessary rights to license the | ||
content as specified in the preceding sentence and that doing so will not infringe | ||
upon any right of any third party nor violate any applicable law or regulation.** | ||
content as specified in the preceding sentence and that doing so will not | ||
infringe upon any right of any third party nor violate any applicable law or | ||
regulation.** | ||
|
||
**Is your feature request related to a problem? Please describe.** | ||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
**Is your feature request related to a problem? Please describe.** A clear and | ||
concise description of what the problem is. Ex. I'm always frustrated when [...] | ||
|
||
**Describe the solution you'd like** | ||
A clear and concise description of what you want to happen. | ||
**Describe the solution you'd like** A clear and concise description of what you | ||
want to happen. | ||
|
||
**Describe alternatives you've considered** | ||
A clear and concise description of any alternative solutions or features you've considered. | ||
**Describe alternatives you've considered** A clear and concise description of | ||
any alternative solutions or features you've considered. | ||
|
||
**Additional context** | ||
Add any other context or screenshots about the feature request here. | ||
**Additional context** Add any other context or screenshots about the feature | ||
request here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,44 +1,43 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
|
||
--- | ||
|
||
**NOTE: | ||
By submitting this issue, you hereby license all content you contribute to this | ||
repository (including but not limited to this issue and all bugs, commits, | ||
pull requests, feature requests, and suggestions) under the repository's | ||
**NOTE: By submitting this issue, you hereby license all content you contribute | ||
to this repository (including but not limited to this issue and all bugs, | ||
commits, pull requests, feature requests, and suggestions) under the | ||
repository's | ||
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE). | ||
You also represent and warrant that you have all necessary rights to license the | ||
content as specified in the preceding sentence and that doing so will not infringe | ||
upon any right of any third party nor violate any applicable law or regulation.** | ||
content as specified in the preceding sentence and that doing so will not | ||
infringe upon any right of any third party nor violate any applicable law or | ||
regulation.** | ||
|
||
**Describe the bug** A clear and concise description of what the bug is. | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
**To Reproduce** Steps to reproduce the behavior: | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
**Expected behavior** A clear and concise description of what you expected to | ||
happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
**Screenshots** If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
- OS: [e.g. iOS] | ||
- Browser [e.g. chrome, safari] | ||
- Version [e.g. 22] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser [e.g. stock browser, safari] | ||
- Version [e.g. 22] | ||
|
||
**Additional context** Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,87 @@ | ||
.vscode | ||
.DS_Store | ||
*.DS_Store | ||
|
||
/build/ | ||
|
||
test.json | ||
|
||
.env | ||
*.env | ||
|
||
|
||
# Logs | ||
logs | ||
*.log | ||
npm-debug.log* | ||
yarn-debug.log* | ||
yarn-error.log* | ||
|
||
# Runtime data | ||
pids | ||
*.pid | ||
*.seed | ||
*.pid.lock | ||
|
||
# Directory for instrumented libs generated by jscoverage/JSCover | ||
lib-cov | ||
|
||
# Coverage directory used by tools like istanbul | ||
coverage | ||
*.lcov | ||
|
||
# nyc test coverage | ||
.nyc_output | ||
|
||
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) | ||
.grunt | ||
|
||
# Bower dependency directory (https://bower.io/) | ||
bower_components | ||
|
||
# node-waf configuration | ||
.lock-wscript | ||
|
||
# Compiled binary addons (https://nodejs.org/api/addons.html) | ||
build/Release | ||
|
||
# Dependency directories | ||
node_modules/ | ||
jspm_packages/ | ||
|
||
# TypeScript v1 declaration files | ||
typings/ | ||
|
||
# Optional npm cache directory | ||
.npm | ||
|
||
# Optional eslint cache | ||
.eslintcache | ||
|
||
# Optional REPL history | ||
.node_repl_history | ||
|
||
# Output of 'npm pack' | ||
*.tgz | ||
|
||
# Yarn Integrity file | ||
.yarn-integrity | ||
|
||
# dotenv environment variables file | ||
.env | ||
|
||
# parcel-bundler cache (https://parceljs.org/) | ||
.cache | ||
|
||
# next.js build output | ||
.next | ||
|
||
# nuxt.js build output | ||
.nuxt | ||
|
||
# vuepress build output | ||
.vuepress/dist | ||
|
||
# Serverless directories | ||
.serverless | ||
|
Oops, something went wrong.