Skip to content

Commit 9ffd64d

Browse files
committed
chore: cleanup
1 parent 2a24a15 commit 9ffd64d

31 files changed

+2479
-3997
lines changed

.editorconfig

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

.eslintignore

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

.eslintrc.json

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

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,12 @@
11
## Summary
22

3-
[Type here]
3+
<!-- Please include a summary of the changes and the related issue. -->
44

5-
## Type
6-
<!-- Delete options that are not relevant -->
7-
- Enhancement
8-
- Bugfix
9-
- Refactoring
10-
- Documentation
11-
- DevOps
5+
Fixes # (issue)
126

137
## Checklist
148

9+
- [ ] I have performed a self-review and cleanup of my code, ready to be merged
1510
- [ ] My code follows the style guidelines of this project
16-
- [ ] I have performed a self-review of my own code
17-
- [ ] I have commented my code, particularly in hard-to-understand areas
11+
- [ ] I have added/modified sufficient tests
1812
- [ ] I have made corresponding changes to the documentation
19-
- [ ] My changes generate no new warnings

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ node_modules
22
.npm
33
*.tsbuildinfo
44

5-
.vscode/
65
.idea/
76

87
lib

.husky/pre-commit

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
yarn run precommit

.prettierignore

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

.prettierrc.json

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

.vscode/settings.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"editor.formatOnSave": true,
3+
"editor.defaultFormatter": "biomejs.biome",
4+
"explorer.fileNesting.enabled": true,
5+
"explorer.fileNesting.expand": false,
6+
"explorer.fileNesting.patterns": {
7+
"*.js": "${capture}.test.js, ${capture}.spec.js",
8+
"*.ts": "${capture}.test.ts, ${capture}.test.tsx, ${capture}.spec.ts, ${capture}.spec.tsx",
9+
"*.tsx": "${capture}.test.ts, ${capture}.test.tsx, ${capture}.spec.ts, ${capture}.spec.tsx"
10+
}
11+
}

CHANGELOG.md

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

0 commit comments

Comments
 (0)