Skip to content

Commit

Permalink
Format all files (#2144)
Browse files Browse the repository at this point in the history
Co-authored-by: Tim Dorr <timdorr@users.noreply.github.com>
  • Loading branch information
aryaemami59 and timdorr committed Aug 16, 2024
1 parent 8e4cf56 commit 70ecef8
Show file tree
Hide file tree
Showing 74 changed files with 1,882 additions and 1,741 deletions.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 🐛 Bug Report
description: Something isn't working correctly.
body:
body:
- type: markdown
attributes:
value: |
Expand Down Expand Up @@ -50,6 +50,6 @@ body:
attributes:
label: Did this work in previous versions of React Redux?
options:
- label: "Yes"
- label: 'Yes'
validations:
required: false
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: 🤔 Questions and Help
url: https://redux.js.org/introduction/getting-started#help-and-discussion
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.
- name: 🤔 Questions and Help
url: https://redux.js.org/introduction/getting-started#help-and-discussion
about: This is a bug tracker, not a support system. For usage questions, please use our support resources.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: 👍 Feature Request
description: I'd like React Redux to do something new.
body:
body:
- type: markdown
attributes:
value: |
Expand Down
3 changes: 1 addition & 2 deletions .prettierrc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto"
"tabWidth": 2
}
1 change: 0 additions & 1 deletion CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,3 @@ Project maintainers have the right and responsibility to remove, edit, or reject
Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by opening an issue or contacting one or more of the project maintainers.

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/)

700 changes: 506 additions & 194 deletions etc/react-redux.api.md

Large diffs are not rendered by default.

Loading

0 comments on commit 70ecef8

Please sign in to comment.