Skip to content
Merged
Show file tree
Hide file tree
Changes from 16 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
11 changes: 0 additions & 11 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,6 @@
"plugins": ["import"],
"rules": {
"no-console": "error",
"import/order": [
"error",
{
"groups": ["builtin", "external", "internal", "parent", "sibling", "index"],
"newlines-between": "always",
"alphabetize": {
"order": "asc",
"caseInsensitive": true
}
}
],
"import/no-unresolved": "error",
"import/no-duplicates": "error"
},
Expand Down
29 changes: 8 additions & 21 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,13 @@
## Description

A clear and concise description of what this pull request does.

## Type of Change

Examples: bugfix, new feature, breaking change, documentation, etc.
Thank you for submitting a PR! Please review & check the boxes below:

## Checklist
- [ ] I have filled in the "Description" section below.
- [ ] I have provided manual testing steps and screenshots (if applicable).
- [ ] My code is covered by automated tests.

Before submitting this PR, please make sure:

- [ ] I have performed a self-review of my own code
- [ ] I have commented my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] I have added tests that prove my fix is effective or that my feature works
- [ ] I have read the CONTRIBUTING.md file

## Screenshots (if applicable)
## Description

If this PR includes UI changes, please add screenshots to help reviewers understand the changes.
_Please describe your changes._

---
## Steps to Test

**Note:** Please ensure all tests pass and the code follows the project's coding standards before
submitting.
_Please describe testing steps._
4 changes: 4 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,9 @@
"editor.codeActionsOnSave": {
"source.removeUnusedImports": "explicit",
"source.fixAll.eslint": "explicit"
},
"prettier.requireConfig": true,
"[prisma]": {
"editor.defaultFormatter": "Prisma.prisma"
}
}
Loading