Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
polish: run non-typescript through prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Aug 7, 2019
1 parent 0606083 commit d95bf76
Show file tree
Hide file tree
Showing 14 changed files with 274 additions and 166 deletions.
8 changes: 4 additions & 4 deletions .codecov.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ codecov:
require_ci_to_pass: yes

ignore:
- "**/*_test.js"
- '**/*_test.js'

coverage:
precision: 2
round: down
range: "70...100"
range: '70...100'

status:
project:
Expand Down Expand Up @@ -36,6 +36,6 @@ parsers:
enable_partials: yes

comment:
layout: "header, reach, diff, flags, files"
layout: 'header, reach, diff, flags, files'
behavior: default
require_changes: no
require_changes: no
18 changes: 9 additions & 9 deletions .dependabot/config.yml
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
47 changes: 23 additions & 24 deletions .github/ISSUE_TEMPLATE/bug_report.md
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.
30 changes: 15 additions & 15 deletions .github/ISSUE_TEMPLATE/feature_request.md
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.
47 changes: 23 additions & 24 deletions .github/issue_template.md
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.
33 changes: 22 additions & 11 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
**NOTE:
By submitting this pull request, you hereby license all content you contribute to this
repository (including but not limited to this pull request and all bugs, commits,
pull requests, feature requests, and suggestions) under the repository's
**NOTE: By submitting this pull request, you hereby license all content you
contribute to this repository (including but not limited to this pull request
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.**

Do not contribute or copy-paste third-party content, code or data using a pull request. Instead provide
URLs to the authoritative source and to license information and we'll see if we want to include it.
Do not contribute or copy-paste third-party content, code or data using a pull
request. Instead provide URLs to the authoritative source and to license
information and we'll see if we want to include it.

---

Expand All @@ -20,10 +22,19 @@ URLs to the authoritative source and to license information and we'll see if we

[Please always squash and rebase your commits to ONE commit.]

[Please include the following at the bottom of the commit message (not in this pull request):
[Please include the following at the bottom of the commit message (not in this
pull request):

"I, (Your Name), hereby license all contents of this commit under the license described in the LICENSE file in the root of this repository, and I represent and warrant that (1) I have all necessary rights to license the contents as such and (2) doing so does not infringe upon any right of any third party nor violate any applicable law or regulation."
"I, (Your Name), hereby license all contents of this commit under the license
described in the LICENSE file in the root of this repository, and I represent
and warrant that (1) I have all necessary rights to license the contents as such
and (2) doing so does not infringe upon any right of any third party nor violate
any applicable law or regulation."

NOTE: You should consult an attorney on whether or not this agreement is appropriate for you (including but not limited to whether your employer or others may have rights to your content). We cannot provide any legal advice to you, and if you cannot license your content as such, we can't accept any contribution from you.]
NOTE: You should consult an attorney on whether or not this agreement is
appropriate for you (including but not limited to whether your employer or
others may have rights to your content). We cannot provide any legal advice to
you, and if you cannot license your content as such, we can't accept any
contribution from you.]

---
14 changes: 7 additions & 7 deletions .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ pull_request_rules:
- status-success=Travis CI - Branch
- status-success=DeepScan
- status-success=Codacy/PR Quality Review
- "#approved-reviews-by>=1"
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- '#approved-reviews-by>=1'
- '#review-requested=0'
- '#changes-requested-reviews-by=0'
- '#commented-reviews-by=0'
- base=master
- label!=wip
actions:
Expand All @@ -25,9 +25,9 @@ pull_request_rules:
- status-success=Travis CI - Branch
- status-success=DeepScan
- status-success=Codacy/PR Quality Review
- "#review-requested=0"
- "#changes-requested-reviews-by=0"
- "#commented-reviews-by=0"
- '#review-requested=0'
- '#changes-requested-reviews-by=0'
- '#commented-reviews-by=0'
- base=master
- label=merge
- label!=wip
Expand Down
87 changes: 87 additions & 0 deletions .prettierignore
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

Loading

0 comments on commit d95bf76

Please sign in to comment.