DigitalBuild-AU / MyJobsAI

Job application tracker with many features
1 stars 0 forks source link

Add missing lint script to package.json #618

Open sweep-ai[bot] opened 6 months ago

sweep-ai[bot] commented 6 months ago

PR Feedback (click)

The fix involves adding a "lint" script to the scripts object in frontend/package.json. This script uses ESLint to lint all .js and .jsx files in the project, excluding files listed in .gitignore.

Summary of Changes

This change ensures that the GitHub Actions workflow can successfully execute the linting process, thereby resolving the issue and improving the code quality checks within the CI pipeline.

sweep-ai[bot] commented 6 months ago

Rollback Files For Sweep