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

Commit d95bf76

Browse files
committed
polish: run non-typescript through prettier
1 parent 0606083 commit d95bf76

14 files changed

+274
-166
lines changed

.codecov.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ codecov:
33
require_ci_to_pass: yes
44

55
ignore:
6-
- "**/*_test.js"
6+
- '**/*_test.js'
77

88
coverage:
99
precision: 2
1010
round: down
11-
range: "70...100"
11+
range: '70...100'
1212

1313
status:
1414
project:
@@ -36,6 +36,6 @@ parsers:
3636
enable_partials: yes
3737

3838
comment:
39-
layout: "header, reach, diff, flags, files"
39+
layout: 'header, reach, diff, flags, files'
4040
behavior: default
41-
require_changes: no
41+
require_changes: no

.dependabot/config.yml

+9-9
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
version: 1
22
update_configs:
3-
- package_manager: "javascript"
4-
directory: "/"
5-
update_schedule: "live"
3+
- package_manager: 'javascript'
4+
directory: '/'
5+
update_schedule: 'live'
66
default_reviewers:
7-
- "holvonixAdvay"
7+
- 'holvonixAdvay'
88
default_assignees:
9-
- "holvonixAdvay"
9+
- 'holvonixAdvay'
1010
default_labels:
11-
- "dependencies"
11+
- 'dependencies'
1212
commit_message:
13-
prefix: "fix"
14-
prefix_development: "chore"
15-
include_scope: true
13+
prefix: 'fix'
14+
prefix_development: 'chore'
15+
include_scope: true

.github/ISSUE_TEMPLATE/bug_report.md

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
54
---
65

7-
**NOTE:
8-
By submitting this issue, you hereby license all content you contribute to this
9-
repository (including but not limited to this issue and all bugs, commits,
10-
pull requests, feature requests, and suggestions) under the repository's
6+
**NOTE: By submitting this issue, you hereby license all content you contribute
7+
to this repository (including but not limited to this issue and all bugs,
8+
commits, pull requests, feature requests, and suggestions) under the
9+
repository's
1110
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE).
1211
You also represent and warrant that you have all necessary rights to license the
13-
content as specified in the preceding sentence and that doing so will not infringe
14-
upon any right of any third party nor violate any applicable law or regulation.**
12+
content as specified in the preceding sentence and that doing so will not
13+
infringe upon any right of any third party nor violate any applicable law or
14+
regulation.**
15+
16+
**Describe the bug** A clear and concise description of what the bug is.
1517

16-
**Describe the bug**
17-
A clear and concise description of what the bug is.
18+
**To Reproduce** Steps to reproduce the behavior:
1819

19-
**To Reproduce**
20-
Steps to reproduce the behavior:
2120
1. Go to '...'
2221
2. Click on '....'
2322
3. Scroll down to '....'
2423
4. See error
2524

26-
**Expected behavior**
27-
A clear and concise description of what you expected to happen.
25+
**Expected behavior** A clear and concise description of what you expected to
26+
happen.
2827

29-
**Screenshots**
30-
If applicable, add screenshots to help explain your problem.
28+
**Screenshots** If applicable, add screenshots to help explain your problem.
3129

3230
**Desktop (please complete the following information):**
33-
- OS: [e.g. iOS]
34-
- Browser [e.g. chrome, safari]
35-
- Version [e.g. 22]
31+
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
3635

3736
**Smartphone (please complete the following information):**
38-
- Device: [e.g. iPhone6]
39-
- OS: [e.g. iOS8.1]
40-
- Browser [e.g. stock browser, safari]
41-
- Version [e.g. 22]
4237

43-
**Additional context**
44-
Add any other context about the problem here.
38+
- Device: [e.g. iPhone6]
39+
- OS: [e.g. iOS8.1]
40+
- Browser [e.g. stock browser, safari]
41+
- Version [e.g. 22]
42+
43+
**Additional context** Add any other context about the problem here.
+15-15
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
54
---
65

7-
**NOTE:
8-
By submitting this issue, you hereby license all content you contribute to this
9-
repository (including but not limited to this issue and all bugs, commits,
10-
pull requests, feature requests, and suggestions) under the repository's
6+
**NOTE: By submitting this issue, you hereby license all content you contribute
7+
to this repository (including but not limited to this issue and all bugs,
8+
commits, pull requests, feature requests, and suggestions) under the
9+
repository's
1110
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE).
1211
You also represent and warrant that you have all necessary rights to license the
13-
content as specified in the preceding sentence and that doing so will not infringe
14-
upon any right of any third party nor violate any applicable law or regulation.**
12+
content as specified in the preceding sentence and that doing so will not
13+
infringe upon any right of any third party nor violate any applicable law or
14+
regulation.**
1515

16-
**Is your feature request related to a problem? Please describe.**
17-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
16+
**Is your feature request related to a problem? Please describe.** A clear and
17+
concise description of what the problem is. Ex. I'm always frustrated when [...]
1818

19-
**Describe the solution you'd like**
20-
A clear and concise description of what you want to happen.
19+
**Describe the solution you'd like** A clear and concise description of what you
20+
want to happen.
2121

22-
**Describe alternatives you've considered**
23-
A clear and concise description of any alternative solutions or features you've considered.
22+
**Describe alternatives you've considered** A clear and concise description of
23+
any alternative solutions or features you've considered.
2424

25-
**Additional context**
26-
Add any other context or screenshots about the feature request here.
25+
**Additional context** Add any other context or screenshots about the feature
26+
request here.

.github/issue_template.md

+23-24
Original file line numberDiff line numberDiff line change
@@ -1,44 +1,43 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
54
---
65

7-
**NOTE:
8-
By submitting this issue, you hereby license all content you contribute to this
9-
repository (including but not limited to this issue and all bugs, commits,
10-
pull requests, feature requests, and suggestions) under the repository's
6+
**NOTE: By submitting this issue, you hereby license all content you contribute
7+
to this repository (including but not limited to this issue and all bugs,
8+
commits, pull requests, feature requests, and suggestions) under the
9+
repository's
1110
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE).
1211
You also represent and warrant that you have all necessary rights to license the
13-
content as specified in the preceding sentence and that doing so will not infringe
14-
upon any right of any third party nor violate any applicable law or regulation.**
12+
content as specified in the preceding sentence and that doing so will not
13+
infringe upon any right of any third party nor violate any applicable law or
14+
regulation.**
15+
16+
**Describe the bug** A clear and concise description of what the bug is.
1517

16-
**Describe the bug**
17-
A clear and concise description of what the bug is.
18+
**To Reproduce** Steps to reproduce the behavior:
1819

19-
**To Reproduce**
20-
Steps to reproduce the behavior:
2120
1. Go to '...'
2221
2. Click on '....'
2322
3. Scroll down to '....'
2423
4. See error
2524

26-
**Expected behavior**
27-
A clear and concise description of what you expected to happen.
25+
**Expected behavior** A clear and concise description of what you expected to
26+
happen.
2827

29-
**Screenshots**
30-
If applicable, add screenshots to help explain your problem.
28+
**Screenshots** If applicable, add screenshots to help explain your problem.
3129

3230
**Desktop (please complete the following information):**
33-
- OS: [e.g. iOS]
34-
- Browser [e.g. chrome, safari]
35-
- Version [e.g. 22]
31+
32+
- OS: [e.g. iOS]
33+
- Browser [e.g. chrome, safari]
34+
- Version [e.g. 22]
3635

3736
**Smartphone (please complete the following information):**
38-
- Device: [e.g. iPhone6]
39-
- OS: [e.g. iOS8.1]
40-
- Browser [e.g. stock browser, safari]
41-
- Version [e.g. 22]
4237

43-
**Additional context**
44-
Add any other context about the problem here.
38+
- Device: [e.g. iPhone6]
39+
- OS: [e.g. iOS8.1]
40+
- Browser [e.g. stock browser, safari]
41+
- Version [e.g. 22]
42+
43+
**Additional context** Add any other context about the problem here.

.github/pull_request_template.md

+22-11
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,16 @@
1-
**NOTE:
2-
By submitting this pull request, you hereby license all content you contribute to this
3-
repository (including but not limited to this pull request and all bugs, commits,
4-
pull requests, feature requests, and suggestions) under the repository's
1+
**NOTE: By submitting this pull request, you hereby license all content you
2+
contribute to this repository (including but not limited to this pull request
3+
and all bugs, commits, pull requests, feature requests, and suggestions) under
4+
the repository's
55
[LICENSE](https://github.com/holvonix-open/io-ts-fuzzer/blob/master/LICENSE).
66
You also represent and warrant that you have all necessary rights to license the
7-
content as specified in the preceding sentence and that doing so will not infringe
8-
upon any right of any third party nor violate any applicable law or regulation.**
7+
content as specified in the preceding sentence and that doing so will not
8+
infringe upon any right of any third party nor violate any applicable law or
9+
regulation.**
910

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

1315
---
1416

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

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

23-
[Please include the following at the bottom of the commit message (not in this pull request):
25+
[Please include the following at the bottom of the commit message (not in this
26+
pull request):
2427

25-
"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."
28+
"I, (Your Name), hereby license all contents of this commit under the license
29+
described in the LICENSE file in the root of this repository, and I represent
30+
and warrant that (1) I have all necessary rights to license the contents as such
31+
and (2) doing so does not infringe upon any right of any third party nor violate
32+
any applicable law or regulation."
2633

27-
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.]
34+
NOTE: You should consult an attorney on whether or not this agreement is
35+
appropriate for you (including but not limited to whether your employer or
36+
others may have rights to your content). We cannot provide any legal advice to
37+
you, and if you cannot license your content as such, we can't accept any
38+
contribution from you.]
2839

2940
---

.mergify.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ pull_request_rules:
1010
- status-success=Travis CI - Branch
1111
- status-success=DeepScan
1212
- status-success=Codacy/PR Quality Review
13-
- "#approved-reviews-by>=1"
14-
- "#review-requested=0"
15-
- "#changes-requested-reviews-by=0"
16-
- "#commented-reviews-by=0"
13+
- '#approved-reviews-by>=1'
14+
- '#review-requested=0'
15+
- '#changes-requested-reviews-by=0'
16+
- '#commented-reviews-by=0'
1717
- base=master
1818
- label!=wip
1919
actions:
@@ -25,9 +25,9 @@ pull_request_rules:
2525
- status-success=Travis CI - Branch
2626
- status-success=DeepScan
2727
- status-success=Codacy/PR Quality Review
28-
- "#review-requested=0"
29-
- "#changes-requested-reviews-by=0"
30-
- "#commented-reviews-by=0"
28+
- '#review-requested=0'
29+
- '#changes-requested-reviews-by=0'
30+
- '#commented-reviews-by=0'
3131
- base=master
3232
- label=merge
3333
- label!=wip

.prettierignore

+87
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
.vscode
2+
.DS_Store
3+
*.DS_Store
4+
5+
/build/
6+
7+
test.json
8+
9+
.env
10+
*.env
11+
12+
13+
# Logs
14+
logs
15+
*.log
16+
npm-debug.log*
17+
yarn-debug.log*
18+
yarn-error.log*
19+
20+
# Runtime data
21+
pids
22+
*.pid
23+
*.seed
24+
*.pid.lock
25+
26+
# Directory for instrumented libs generated by jscoverage/JSCover
27+
lib-cov
28+
29+
# Coverage directory used by tools like istanbul
30+
coverage
31+
*.lcov
32+
33+
# nyc test coverage
34+
.nyc_output
35+
36+
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
37+
.grunt
38+
39+
# Bower dependency directory (https://bower.io/)
40+
bower_components
41+
42+
# node-waf configuration
43+
.lock-wscript
44+
45+
# Compiled binary addons (https://nodejs.org/api/addons.html)
46+
build/Release
47+
48+
# Dependency directories
49+
node_modules/
50+
jspm_packages/
51+
52+
# TypeScript v1 declaration files
53+
typings/
54+
55+
# Optional npm cache directory
56+
.npm
57+
58+
# Optional eslint cache
59+
.eslintcache
60+
61+
# Optional REPL history
62+
.node_repl_history
63+
64+
# Output of 'npm pack'
65+
*.tgz
66+
67+
# Yarn Integrity file
68+
.yarn-integrity
69+
70+
# dotenv environment variables file
71+
.env
72+
73+
# parcel-bundler cache (https://parceljs.org/)
74+
.cache
75+
76+
# next.js build output
77+
.next
78+
79+
# nuxt.js build output
80+
.nuxt
81+
82+
# vuepress build output
83+
.vuepress/dist
84+
85+
# Serverless directories
86+
.serverless
87+

0 commit comments

Comments
 (0)