-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add prettier for html, scss and json formatting
- Loading branch information
Showing
149 changed files
with
1,202 additions
and
1,595 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,6 +1,4 @@ | ||
{ | ||
"root": true, | ||
"extends": [ | ||
"@hug/eslint-config/recommended" | ||
] | ||
"extends": ["@hug/eslint-config/recommended"] | ||
} |
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,57 +1,57 @@ | ||
name: 🐞 Bug report | ||
description: Report a bug in the library | ||
title: "[BUG] <title>" | ||
title: '[BUG] <title>' | ||
labels: [bug, needs triage] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: | | ||
Please search open and closed issues before submitting a new one. | ||
Existing issues often contain information about workarounds, resolution or progress updates. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Is there an existing issue for this? | ||
description: | | ||
Please search open and closed issues before submitting a new one. | ||
Existing issues often contain information about workarounds, resolution or progress updates. | ||
options: | ||
- label: I have searched the existing issues | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Library version | ||
description: Please make sure you have installed the latest version and verified it is still an issue. | ||
placeholder: latest | ||
validations: | ||
required: true | ||
- type: input | ||
attributes: | ||
label: Library version | ||
description: Please make sure you have installed the latest version and verified it is still an issue. | ||
placeholder: latest | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear & concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear & concise description of what you're experiencing. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Issues that don't have enough info and can't be reproduced will be closed. | ||
Please provide the steps to reproduce the behavior and if applicable create a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
in a [new repository](https://github.com/new), a [gist](https://gist.github.com) or a [live demo](https://stackblitz.com). | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Steps to reproduce | ||
description: | | ||
Issues that don't have enough info and can't be reproduced will be closed. | ||
Please provide the steps to reproduce the behavior and if applicable create a [minimal reproducible example](https://stackoverflow.com/help/minimal-reproducible-example) | ||
in a [new repository](https://github.com/new), a [gist](https://gist.github.com) or a [live demo](https://stackblitz.com). | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS Name**: macOS Monterey (version 12.6.1) | ||
- **System Model Name**: MacBook Pro (16-inch, 2019) | ||
- **npm**: **`npm -v`**: 7.6.3 | ||
- **Node.js**: **`node -v`**: 13.14.0 | ||
value: | | ||
- **OS Name**: | ||
- **System Model Name**: | ||
- **npm**: | ||
- **Node.js**: | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Environment | ||
description: | | ||
examples: | ||
- **OS Name**: macOS Monterey (version 12.6.1) | ||
- **System Model Name**: MacBook Pro (16-inch, 2019) | ||
- **npm**: **`npm -v`**: 7.6.3 | ||
- **Node.js**: **`node -v`**: 13.14.0 | ||
value: | | ||
- **OS Name**: | ||
- **System Model Name**: | ||
- **npm**: | ||
- **Node.js**: | ||
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,26 +1,26 @@ | ||
name: 🚀 Feature request | ||
description: Suggest a feature for the library | ||
title: "[FEATURE] <title>" | ||
title: '[FEATURE] <title>' | ||
labels: [enhancement, needs triage] | ||
|
||
body: | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the problem or missing capability. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the problem or missing capability. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Proposed solution | ||
description: If you have a solution in mind, please describe it. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Proposed solution | ||
description: If you have a solution in mind, please describe it. | ||
validations: | ||
required: true | ||
|
||
- type: textarea | ||
attributes: | ||
label: Alternatives considered | ||
description: Have you considered any alternative solutions or workarounds? | ||
validations: | ||
required: false | ||
- type: textarea | ||
attributes: | ||
label: Alternatives considered | ||
description: Have you considered any alternative solutions or workarounds? | ||
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,26 +1,26 @@ | ||
name: 📚 Docs enhancement | ||
description: File an enhancement or report an issue in the library's documentation | ||
title: "[DOCS] <title>" | ||
title: '[DOCS] <title>' | ||
labels: [documentation, needs triage] | ||
|
||
body: | ||
- type: checkboxes | ||
attributes: | ||
label: Documentation can be submitted with pull requests | ||
options: | ||
- label: I know that I can edit the docs myself but prefer to file this issue instead | ||
required: true | ||
- type: checkboxes | ||
attributes: | ||
label: Documentation can be submitted with pull requests | ||
options: | ||
- label: I know that I can edit the docs myself but prefer to file this issue instead | ||
required: true | ||
|
||
- type: input | ||
attributes: | ||
label: Docs URL | ||
description: The URL of the page you'd like to see an enhancement to or report a problem from. | ||
validations: | ||
required: false | ||
- type: input | ||
attributes: | ||
label: Docs URL | ||
description: The URL of the page you'd like to see an enhancement to or report a problem from. | ||
validations: | ||
required: false | ||
|
||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the enhancement or problem. | ||
validations: | ||
required: true | ||
- type: textarea | ||
attributes: | ||
label: Description | ||
description: A clear and concise description of the enhancement or problem. | ||
validations: | ||
required: true |
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.