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 backend structure | enhance ESLint and Prettier configurations #32

Merged
merged 1 commit into from
Jan 3, 2025

Conversation

valon-loshaj
Copy link
Owner

PR Checklist

Overview

  • Updated backend package.json scripts for better development and build processes.
  • Refactored backend server setup, introducing a new routes structure and removing the old index.ts file.
  • Added .eslintignore to exclude common directories from linting.
  • Updated .prettierrc.json to adjust formatting rules, including print width and bracket spacing.
  • Refactored ESLint configuration to include TypeScript and React plugins, improving linting for backend and frontend code.
  • Deleted unused SVG files from the frontend public directory.

- Updated backend package.json scripts for better development and build processes.
- Refactored backend server setup, introducing a new routes structure and removing the old index.ts file.
- Added .eslintignore to exclude common directories from linting.
- Updated .prettierrc.json to adjust formatting rules, including print width and bracket spacing.
- Refactored ESLint configuration to include TypeScript and React plugins, improving linting for backend and frontend code.
- Deleted unused SVG files from the frontend public directory.
@valon-loshaj valon-loshaj self-assigned this Jan 3, 2025
@valon-loshaj valon-loshaj merged commit 09c4de1 into main Jan 3, 2025
3 of 7 checks passed
@valon-loshaj valon-loshaj deleted the feature/issue14 branch January 3, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Setup Backend with Express and TypeScript
1 participant