-
Notifications
You must be signed in to change notification settings - Fork 105
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Feature Description
Add a GitHub Actions workflow that automatically runs ESLint on the codebase whenever code is pushed or a pull request is opened/updated. This ensures that all commits and PRs adhere to the project’s linting rules.
Use Case
Tasks:
- Developers may accidentally push code that violates ESLint rules.
- Manually checking linting before every PR can be forgotten or inconsistent.
- Continuous integration (CI) needs an automated check to prevent style violations from being merged.
Benefits
- Automatically enforces linting rules on all pushes and PRs.
- Prevents code with linting errors from reaching main.
- Reduces manual code review effort by highlighting style issues early.
- Ensures consistent code style across all contributors and branches.
Add ScreenShots
No response
Priority
Medium
Record
- I have read the Contributing Guidelines
- Are you a GSSOC'25 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Type
Projects
Status
Todo