Fix: Resolve Issues #164, #163, #157, #165 - #180
Merged
Akatenvictor merged 1 commit intoJul 25, 2026
Conversation
|
@Jaydbrown Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits. You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀 |
cristianooR7
pushed a commit
to cristianooR7/AudioBlock_Backend
that referenced
this pull request
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This Pull Request resolves issues #164, #163, #157, and #165 by establishing standardized tooling, automated dependency updates, and contribution documentation for the repository.
Detailed Changes:
1. Code Quality & Linting (Resolves #157 & #164)
.eslintrc.jswith a modern ESLint Flat Config (eslint.config.js).prettierformatting and hooked it up to the ESLint pipeline.15503005npm run lintandnpm run lint:fixscripts.lintinto the CI pipeline (.github/workflows/ci.yml) so that new PRs are required to pass linting before building and scanning.2. Automated Dependency Management (Resolves #163)
.github/dependabot.yml) to scannpmand GitHub Actions dependencies daily.3. Documentation & Contribution Standards (Resolves #165)
CONTRIBUTING.mdoutlining the standard workflow for contributors.docs/conventions.mdto explicitly define project-specific coding styles and the new ESLint complexity thresholds..github/PULL_REQUEST_TEMPLATE.md) to guide developers on structuring PR descriptions..github/ISSUE_TEMPLATE/bug_report.mdandfeature_request.md) to ensure incoming issues contain structured, actionable information.