Skip to content

feat: add eslint, prettier, and husky lint-staged hooks#285

Open
bibekjoshi01 wants to merge 4 commits intoAOSSIE-Org:devfrom
bibekjoshi01:dev
Open

feat: add eslint, prettier, and husky lint-staged hooks#285
bibekjoshi01 wants to merge 4 commits intoAOSSIE-Org:devfrom
bibekjoshi01:dev

Conversation

@bibekjoshi01
Copy link
Copy Markdown
Contributor

@bibekjoshi01 bibekjoshi01 commented Feb 10, 2026

feat #61

Summary

  • Integrates ESLint (Next.js core-web-vitals) and Prettier
  • Adds Husky + lint-staged to enforce style on commit
  • Adds optional pre-push lint gate

Changes

  • Added ESLint/Prettier config files and ignores
  • Added Husky hooks for pre-commit and pre-push
  • Added lint/format scripts and lint-staged config

Checklist

  • npm install succeeds locally
  • lint-staged runs on staged files
  • npm run lint passes

@bibekjoshi01 bibekjoshi01 requested a review from a team as a code owner February 10, 2026 05:11
@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Feb 10, 2026

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro

Run ID: 252d51ea-6dfd-4dc7-9fcd-bfb507d35697

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copy link
Copy Markdown
Contributor

@M4dhav M4dhav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please fix merge conflicts

Copy link
Copy Markdown
Contributor

@M4dhav M4dhav left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove unrelated commits and changes from the PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Integrate ESLint, Prettier, and pre-commit hooks for consistent code style

3 participants