Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[refactor] Reduce codebase down to a bare minimum & remove unused dependencies. #107

Closed
wants to merge 8 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# What's Inside
# Description

- [ ] Placeholder 1
- [ ] Placeholder 2
- Describe what changes you made

... full details of acceptance criteria documented in the linked GitHub issue
- Link the ticket here

## Screenshot(s)

- If applicable, provide screenshots of your change

[//]: <> 'Self Checklist When Opening a Pull Request'

Expand Down
11 changes: 2 additions & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,17 @@
{
// Spell checker
"cSpell.words": ["Deerfield", "Esports", "linebreak", "Mailchimp", "MCSS", "rehype"],
"cSpell.language": "en",
// Use prettier for code formatting
"editor.defaultFormatter": "esbenp.prettier-vscode",
// Fix all autofixable errors on file save
"editor.codeActionsOnSave": {
"source.fixAll": true
"source.fixAll": "explicit"
},
// Fix formatting issues on file save
"editor.formatOnSave": true,
"editor.formatOnSave": false,
"eslint.format.enable": true,
// Enable code suggestions
"editor.quickSuggestions": {
"comments": "on",
"strings": "on",
"other": "on"
},
// Auto save files after TS refactoring
"files.refactoring.autoSave": true,
"typescript.tsdk": "node_modules/typescript/lib",
"typescript.validate.enable": true,
Expand All @@ -26,7 +20,6 @@
"typescript.suggest.completeJSDocs": true,
"javascript.validate.enable": true,
"typescript.preferences.importModuleSpecifier": "non-relative",
// Exclude files from watcher
"files.watcherExclude": {
"**/.git/objects/**": true,
"**/.git/subtree-cache/**": true,
Expand Down
52 changes: 0 additions & 52 deletions api/client.ts

This file was deleted.

38 changes: 0 additions & 38 deletions api/schema.ts

This file was deleted.

39 changes: 0 additions & 39 deletions api/types.ts

This file was deleted.

67 changes: 0 additions & 67 deletions api/useFetch.ts

This file was deleted.

15 changes: 0 additions & 15 deletions components/Common/Card.tsx

This file was deleted.

18 changes: 0 additions & 18 deletions components/Common/DetailPageContainer.tsx

This file was deleted.

33 changes: 0 additions & 33 deletions components/Common/Filter.tsx

This file was deleted.

Loading
Loading