Skip to content

Commit 70ecef8

Browse files
aryaemami59timdorr
andauthored
Format all files (#2144)
Co-authored-by: Tim Dorr <[email protected]>
1 parent 8e4cf56 commit 70ecef8

File tree

74 files changed

+1882
-1741
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+1882
-1741
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 🐛 Bug Report
22
description: Something isn't working correctly.
3-
body:
3+
body:
44
- type: markdown
55
attributes:
66
value: |
@@ -50,6 +50,6 @@ body:
5050
attributes:
5151
label: Did this work in previous versions of React Redux?
5252
options:
53-
- label: "Yes"
53+
- label: 'Yes'
5454
validations:
5555
required: false

.github/ISSUE_TEMPLATE/config.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
3-
- name: 🤔 Questions and Help
4-
url: https://redux.js.org/introduction/getting-started#help-and-discussion
5-
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.
3+
- name: 🤔 Questions and Help
4+
url: https://redux.js.org/introduction/getting-started#help-and-discussion
5+
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.

.github/ISSUE_TEMPLATE/feature_request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: 👍 Feature Request
22
description: I'd like React Redux to do something new.
3-
body:
3+
body:
44
- type: markdown
55
attributes:
66
value: |

.prettierrc

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
22
"semi": false,
33
"singleQuote": true,
4-
"tabWidth": 2,
5-
"endOfLine": "auto"
4+
"tabWidth": 2
65
}

CODE_OF_CONDUCT.md

-1
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,3 @@ Project maintainers have the right and responsibility to remove, edit, or reject
1111
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.
1212

1313
This Code of Conduct is adapted from the [Contributor Covenant](http://contributor-covenant.org), version 1.0.0, available at [http://contributor-covenant.org/version/1/0/0/](http://contributor-covenant.org/version/1/0/0/)
14-

etc/react-redux.api.md

+506-194
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)