Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Format all files #2144

Open
wants to merge 13 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
@@ -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
@@ -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
@@ -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
@@ -1,6 +1,5 @@
{
"semi": false,
"singleQuote": true,
"tabWidth": 2,
"endOfLine": "auto"
"tabWidth": 2
}
2 changes: 1 addition & 1 deletion .yarn/releases/yarn-4.1.0.cjs

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion CODE_OF_CONDUCT.md
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.