-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: new prettier config with types and format the entire codebase (#…
…3479) * prettier new config init * prettier increased printWidth to 120
- Loading branch information
1 parent
df4e0f7
commit d0cf7d7
Showing
718 changed files
with
17,954 additions
and
23,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,93 +1,93 @@ | ||
name: 🐛 Bug | ||
description: File a bug/issue | ||
title: "<title>" | ||
title: '<title>' | ||
labels: [bug, needs triage] | ||
assignees: | ||
assignees: | ||
- rjsf-team/reviewers | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have searched the existing issues | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- label: I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. | ||
required: true | ||
- label: I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) | ||
required: true | ||
- label: Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://rjsf-team.github.io/react-jsonschema-form/) demonstrating the issue. | ||
required: false | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- label: I understand that providing a [SSCCE](http://sscce.org/) example is tremendously useful to the maintainers. | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: You can usually get this information in your `package.json` or in the file URL if you're using the unpkg one. | ||
value: 5.x | ||
validations: | ||
required: true | ||
- label: I have read the [documentation](https://rjsf-team.github.io/react-jsonschema-form/docs) | ||
required: true | ||
- label: Ideally, I'm providing a [sample JSFiddle](https://jsfiddle.net/n1k0/f2y3fq7L/6/) or a [shared playground link](https://rjsf-team.github.io/react-jsonschema-form/) demonstrating the issue. | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- type: input | ||
id: version | ||
attributes: | ||
label: Version | ||
description: You can usually get this information in your `package.json` or in the file URL if you're using the unpkg one. | ||
value: 5.x | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Current Behavior | ||
description: A concise description of what you're experiencing. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Expected Behavior | ||
description: A concise description of what you expected to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps To Reproduce | ||
description: Steps to reproduce the behavior. | ||
placeholder: | | ||
1. In this environment... | ||
2. With this config... | ||
3. Run '...' | ||
4. See error... | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Node**: 13.14.0 | ||
- **npm**: 7.6.3 | ||
value: | | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS**: Ubuntu 20.04 | ||
- **Node**: 13.14.0 | ||
- **npm**: 7.6.3 | ||
value: | | ||
- OS: | ||
- Node: | ||
- npm: | ||
render: markdown | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
render: markdown | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Anything else? | ||
description: | | ||
Links? References? Anything that will give us more context about the issue you are encountering! | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false | ||
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,52 +1,52 @@ | ||
name: 🚀 Feature | ||
description: File a Feature | ||
title: "<title>" | ||
title: '<title>' | ||
labels: [feature, needs triage] | ||
assignees: | ||
assignees: | ||
- rjsf-team/reviewers | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) | ||
required: true | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: | | ||
Ex. I'm always frustrated when [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Is your feature request related to a problem? Please describe. | ||
description: A clear and concise description of what the problem is. | ||
placeholder: | | ||
Ex. I'm always frustrated when [...] | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe the solution you'd like | ||
description: A clear and concise description of what you want to happen. | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Describe alternatives you've considered | ||
description: A clear and concise description of any alternative solutions or features you've considered. | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,37 @@ | ||
name: ❔ Question | ||
description: Ask a Question | ||
title: "<title>" | ||
title: '<title>' | ||
labels: [question, needs triage] | ||
assignees: | ||
assignees: | ||
- rjsf-team/reviewers | ||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) | ||
- type: checkboxes | ||
attributes: | ||
label: Prerequisites | ||
options: | ||
- label: I have read the [documentation](https://react-jsonschema-form.readthedocs.io/) | ||
required: true | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- type: dropdown | ||
id: theme | ||
attributes: | ||
label: What theme are you using? | ||
options: | ||
- core | ||
- antd | ||
- bootstrap-4 | ||
- chakra-ui | ||
- fluent-ui | ||
- material-ui | ||
- mui | ||
- semantic-ui | ||
- utils | ||
- validator-ajv6 | ||
- validator-ajv8 | ||
- other | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: What is your question? | ||
validations: | ||
required: false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directory: "/" | ||
- package-ecosystem: 'pip' | ||
directory: '/' | ||
schedule: | ||
interval: "monthly" | ||
interval: 'monthly' | ||
|
||
- package-ecosystem: "npm" | ||
directory: "/" | ||
- package-ecosystem: 'npm' | ||
directory: '/' | ||
schedule: | ||
interval: "monthly" | ||
interval: 'monthly' | ||
|
||
- package-ecosystem: "github-actions" | ||
directory: "/" | ||
- package-ecosystem: 'github-actions' | ||
directory: '/' | ||
schedule: | ||
interval: "monthly" | ||
interval: 'monthly' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.