Skip to content

fix: Fix Husky & other quality of life additions - #29

Open
webbrain-one wants to merge 1 commit into
alikehel:mainfrom
webbrain-one:webbrain/issue-16
Open

fix: Fix Husky & other quality of life additions#29
webbrain-one wants to merge 1 commit into
alikehel:mainfrom
webbrain-one:webbrain/issue-16

Conversation

@webbrain-one

@webbrain-one webbrain-one commented Aug 6, 2026

Copy link
Copy Markdown

Closes #16

Summary by CodeRabbit

  • Chores
    • Updated linting commands to run JavaScript, stylesheet, and Markdown checks sequentially.
    • Improved the project setup command for installing Git hooks.

Update package.json to fix Husky configuration and streamline development scripts.

Closes alikehel#16
@netlify

netlify Bot commented Aug 6, 2026

Copy link
Copy Markdown

Deploy Preview for activecourses ready!

Name Link
🔨 Latest commit 9e3d525
🔍 Latest deploy log https://app.netlify.com/projects/activecourses/deploys/6a74114b5b075e0008b7f4d2
😎 Deploy Preview https://deploy-preview-29--activecourses.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.
🤖 Make changes Run an agent on this branch

To edit notification comments on pull requests, go to your Netlify project configuration.

@coderabbitai

coderabbitai Bot commented Aug 6, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: defaults

Review profile: CHILL

Plan: Pro Plus

Run ID: aa94aca8-bb6e-44fb-bb81-6420cecf43d5

📥 Commits

Reviewing files that changed from the base of the PR and between 73cf595 and 9e3d525.

📒 Files selected for processing (1)
  • package.json

📝 Walkthrough

Walkthrough

The package scripts now run lint tasks sequentially. The prepare script installs Husky from the current package instead of targeting docs/.husky.

Changes

Quality tooling

Layer / File(s) Summary
Sequential lint scripts
package.json
The lint and lint:fix scripts use && to run JavaScript, stylesheet, and Markdown commands sequentially.
Package Husky setup
package.json
The prepare script runs husky install from the current package.

Estimated code review effort: 1 (Trivial) | ~5 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title clearly identifies the Husky fixes and quality-of-life changes addressed by the pull request.
Linked Issues check ✅ Passed The changes update Husky setup and development scripts, which directly support the objectives in issue #16.
Out of Scope Changes check ✅ Passed All reported changes are limited to Husky configuration and related development script improvements.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ 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.

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Fix Husky & other quality of life additions

1 participant