Skip to content

Commit e0d9107

Browse files
committed
lint: Update formatting
1 parent 9dbbad7 commit e0d9107

File tree

115 files changed

+10939
-16199
lines changed

Some content is hidden

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

115 files changed

+10939
-16199
lines changed

.eslintignore

Lines changed: 0 additions & 2 deletions
This file was deleted.

.eslintrc

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
---
22
name: Bug report
33
about: Report bug(s) encountered with the gallery website!
4-
title: "[Bug]"
4+
title: '[Bug]'
55
labels: bug
66
assignees: tjtanjin
7-
87
---
98

109
**Bug Description:**
1110
Provide a clear and concise description of the bug.
1211

1312
**Steps To Reproduce:**
1413
Steps to reproduce the bug behavior:
14+
1515
1. Go to '...'
1616
2. Click on '....'
1717
3. Scroll down to '....'
@@ -24,13 +24,15 @@ Describe the behavior that is expected to happen.
2424
If applicable, add screenshots to help explain your problem.
2525

2626
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser: [e.g. chrome, safari]
27+
28+
- OS: [e.g. iOS]
29+
- Browser: [e.g. chrome, safari]
2930

3031
**Mobile (please complete the following information):**
31-
- Device: [e.g. iPhone12]
32-
- OS: [e.g. iOS8.1]
33-
- Browser: [e.g. edge, firefox]
32+
33+
- Device: [e.g. iPhone12]
34+
- OS: [e.g. iOS8.1]
35+
- Browser: [e.g. edge, firefox]
3436

3537
**Additional Context:**
3638
Add any other context about the problem here.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Feature request
33
about: Suggest an idea to improve the gallery website!
4-
title: "[Feat]"
4+
title: '[Feat]'
55
labels: enhancement
66
assignees: tjtanjin
7-
87
---
98

109
**Is Your Feature Request Related to a Problem? Please describe.**

.github/ISSUE_TEMPLATE/help.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
---
22
name: Help
33
about: Seek help with using the gallery website!
4-
title: "[Help]"
4+
title: '[Help]'
55
labels: help wanted
66
assignees: tjtanjin
7-
87
---
98

109
**Help Description**

.github/ISSUE_TEMPLATE/task.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
---
22
name: Task
33
about: Create a task to track work to be done for the gallery website (internal use)!
4-
title: "[Task]"
5-
4+
title: '[Task]'
65
---
76

87
**Task Description:**
@@ -15,6 +14,7 @@ State the expected deliverable(s) for this task (e.g. lint.yml file, configured
1514
Add any other context about the task here.
1615

1716
**Reminders:**
17+
1818
- Assign task to a project (required)
1919
- Assign task to a sprint (required)
2020
- Assign task to a developer (optional)

.github/pull_request_template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ Please give a short overview/explanation on the approach taken to resolve the is
2323

2424
- [ ] The commit message follows our adopted [guidelines](https://www.conventionalcommits.org/en/v1.0.0/)
2525
- [ ] Testing has been done for the change(s) added (for bug fixes/features)
26-
- [ ] Relevant comments/docs have been added/updated (for bug fixes/features)
26+
- [ ] Relevant comments/docs have been added/updated (for bug fixes/features)

.github/workflows/lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,4 @@ jobs:
99
- name: Install
1010
run: npm install
1111
- name: Run ESLint
12-
run: npm run lint
12+
run: npm run lint

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
.env.development.local
2222
.env.test.local
2323
.env.production.local
24+
.vscode
2425

2526
npm-debug.log*
2627
yarn-debug.log*

.prettierrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"useTabs": false,
3+
"tabWidth": 2,
4+
"printWidth": 120,
5+
"singleQuote": true,
6+
"trailingComma": "es5"
7+
}

0 commit comments

Comments
 (0)