Skip to content

Commit fca3a7e

Browse files
committed
Project Formatting
- Using Prettier to format the project
1 parent 2231186 commit fca3a7e

File tree

140 files changed

+9536
-9183
lines changed

Some content is hidden

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

140 files changed

+9536
-9183
lines changed
Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
name: Bug Report
22
description: Create a bug report for the theme.
3-
title: "[Bug Report] Issue Description"
3+
title: '[Bug Report] Issue Description'
44
labels: [unverified bug]
55
body:
66
- type: checkboxes
77
id: check
88
attributes:
99
label: Did You Search Other Issues?
10-
description: "Please search other issues FIRST, before continuing."
10+
description: 'Please search other issues FIRST, before continuing.'
1111
options:
12-
- label: "I have checked other issues"
13-
required: true
12+
- label: 'I have checked other issues'
13+
required: true
1414
- type: checkboxes
1515
id: default-theme
1616
attributes:
1717
label: Does This Bug Show On The Default Theme?
18-
description: "Is this issue reproduced on the default theme **with no customizations**?"
18+
description: 'Is this issue reproduced on the default theme **with no customizations**?'
1919
options:
20-
- label: "I have reproduced this on the default theme"
21-
required: true
20+
- label: 'I have reproduced this on the default theme'
21+
required: true
2222
- type: textarea
2323
id: bug-description
2424
attributes:
25-
label: "Describe The Bug"
26-
description: "Please write a clear and concise description of what the bug is."
25+
label: 'Describe The Bug'
26+
description: 'Please write a clear and concise description of what the bug is.'
2727
validations:
2828
required: true
2929
- type: textarea
3030
id: repro
3131
attributes:
32-
label: "Reproduction Steps"
33-
description: "How do you get to this page? Please walk us through it step by step."
32+
label: 'Reproduction Steps'
33+
description: 'How do you get to this page? Please walk us through it step by step.'
3434
value: |
3535
1.
3636
2.
@@ -42,11 +42,11 @@ body:
4242
- type: textarea
4343
id: screenshots
4444
attributes:
45-
label: "Screenshots"
46-
description: "If applicable, add screenshots to help explain and / or show your problem."
45+
label: 'Screenshots'
46+
description: 'If applicable, add screenshots to help explain and / or show your problem.'
4747
render: bash
4848
- type: textarea
4949
id: other
5050
attributes:
51-
label: "Additional Context"
52-
description: "Add any other context about the problem here, or leave blank."
51+
label: 'Additional Context'
52+
description: 'Add any other context about the problem here, or leave blank.'
Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
name: Feature Request
22
description: Suggest an idea for the theme.
3-
title: "[Feature Request] Suggestion Description"
3+
title: '[Feature Request] Suggestion Description'
44
labels: [enhancement]
55
body:
66
- type: checkboxes
77
id: check
88
attributes:
9-
label: "Did You Search Other Suggestions?"
9+
label: 'Did You Search Other Suggestions?'
1010
description: "Please ensure this request hasn't been posted before!"
1111
options:
12-
- label: "I have checked if this feature request exists already"
13-
required: true
12+
- label: 'I have checked if this feature request exists already'
13+
required: true
1414
- type: textarea
1515
id: feature-description
1616
attributes:
17-
label: "Is your feature request related to a problem?"
18-
description: "Please write a clear and concise description of what the problem is."
17+
label: 'Is your feature request related to a problem?'
18+
description: 'Please write a clear and concise description of what the problem is.'
1919
placeholder: "I'm always frustrated when... (please use bug reports where appropriate)"
2020
validations:
2121
required: true
2222
- type: textarea
2323
id: solution
2424
attributes:
25-
label: "Screenshots and/or description of the feature request."
26-
description: "Please write a detailed description about how the feature will look, optionally providing screenshots."
25+
label: 'Screenshots and/or description of the feature request.'
26+
description: 'Please write a detailed description about how the feature will look, optionally providing screenshots.'
2727
validations:
2828
required: true
2929
- type: textarea
3030
id: why
3131
attributes:
32-
label: "Why does the theme need this?"
33-
description: "A detailed description of why this could benefit either the theme."
32+
label: 'Why does the theme need this?'
33+
description: 'A detailed description of why this could benefit either the theme.'
3434
validations:
3535
required: true
3636
- type: textarea
3737
id: other
3838
attributes:
39-
label: "Additional context"
40-
description: "Add any other context about the problem here, or leave blank."
39+
label: 'Additional context'
40+
description: 'Add any other context about the problem here, or leave blank.'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ jobs:
1919
- uses: actions/upload-artifact@v1
2020
with:
2121
name: test-${{github.sha}}
22-
path: test
22+
path: test

.gitlab-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ pages:
1414
stage: deploy
1515
script: npm run build
1616
artifacts:
17-
name: "$CI_JOB_STAGE-$CI_COMMIT_REF_NAME"
17+
name: '$CI_JOB_STAGE-$CI_COMMIT_REF_NAME'
1818
paths:
1919
- public
2020
only:

.prettierrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{
2+
"singleQuote": true,
3+
"printWidth": 69420
4+
}

0 commit comments

Comments
 (0)