This pull request introduces a new GitHub Action that enables linting of the Front End code in the project. The action automatically analyzes the codebase for potential errors, style violations, and best practice adherence.
Key Changes:
Added a new workflow file, .github/workflows/front_end_eslint.yml, that defines the linting action.
Configured the workflow to trigger on pushes and pull requests to the main and develop branches.
Changed the .eslintrc.cjs file to .eslintrc.json file
Please review this pull request and provide any feedback or suggestions for improvement.
This pull request introduces a new GitHub Action that enables linting of the Front End code in the project. The action automatically analyzes the codebase for potential errors, style violations, and best practice adherence.
Key Changes:
Please review this pull request and provide any feedback or suggestions for improvement.