Skip to content

Commit 6ed839a

Browse files
committed
feat: add husky support
1 parent 40515fc commit 6ed839a

160 files changed

Lines changed: 11982 additions & 11767 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,28 @@
11
---
22
name: Bug report
33
about: Create a report to help us improve
4-
title: ''
4+
title: ""
55
labels: bug
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

10-
**Describe the bug**
11-
A clear and concise description of what the bug is.
9+
**Describe the bug** A clear and concise description of what the bug is.
10+
11+
**To Reproduce** Steps to reproduce the behavior:
1212

13-
**To Reproduce**
14-
Steps to reproduce the behavior:
1513
1. Go to '...'
1614
2. Click on '....'
1715
3. Scroll down to '....'
1816
4. See error
1917

20-
**Expected behavior**
21-
A clear and concise description of what you expected to happen.
18+
**Expected behavior** A clear and concise description of what you expected to happen.
2219

23-
**Screenshots**
24-
If applicable, add screenshots to help explain your problem.
20+
**Screenshots** If applicable, add screenshots to help explain your problem.
2521

2622
**Desktop (please complete the following information):**
27-
- OS: [e.g. iOS]
28-
- Browser [e.g. chrome, safari]
29-
- Version [e.g. 22]
3023

31-
**Additional context**
32-
Add any other context about the problem here.
24+
- OS: [e.g. iOS]
25+
- Browser [e.g. chrome, safari]
26+
- Version [e.g. 22]
27+
28+
**Additional context** Add any other context about the problem here.
Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,15 @@
11
---
22
name: Feature request
33
about: Suggest an idea for this project
4-
title: ''
4+
title: ""
55
labels: enhancement
6-
assignees: ''
7-
6+
assignees: ""
87
---
98

10-
**Is your feature request related to a problem? Please describe.**
11-
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
9+
**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
1210

13-
**Describe the solution you'd like**
14-
A clear and concise description of what you want to happen.
11+
**Describe the solution you'd like** A clear and concise description of what you want to happen.
1512

16-
**Describe alternatives you've considered**
17-
A clear and concise description of any alternative solutions or features you've considered.
13+
**Describe alternatives you've considered** A clear and concise description of any alternative solutions or features you've considered.
1814

19-
**Additional context**
20-
Add any other context or screenshots about the feature request here.
15+
**Additional context** Add any other context or screenshots about the feature request here.

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
# Logs
2-
logs
32
*.log
43
npm-debug.log*
54
yarn-debug.log*

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
pnpm exec lint-staged
2+
pnpm -C frontend lint
3+
pnpm -C backend build
4+
pnpm -C backend test

.prettierignore

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,8 @@
11
node_modules
2+
dist
23
build
4+
coverage
35
.next
46
vercel
5-
*.log
6-
**.config.js
7-
**.config.ts
8-
package-lock.json
9-
pnpm-lock.yaml
10-
yarn.lock
11-
coverage
12-
dist
13-
node_modules
147
.env
15-
.env.example
16-
package.json
17-
.github
18-
README.md
19-
CONTRIBUTING.md
8+
*.log

0 commit comments

Comments
 (0)