Skip to content

Add linting setup#36

Merged
j9t merged 1 commit intomainfrom
improve/add-eslint
Mar 17, 2026
Merged

Add linting setup#36
j9t merged 1 commit intomainfrom
improve/add-eslint

Conversation

@j9t
Copy link
Owner

@j9t j9t commented Mar 17, 2026

No description provided.

Added `@eslint/js`, `eslint`, and `globals` as development dependencies. Introduced linting scripts for standardizing code quality and updated the package version from 1.9.7 to 1.9.8.

(This commit message was AI-generated.)

Signed-off-by: Jens Oliver Meiert <jens@meiert.com>
@coderabbitai
Copy link

coderabbitai bot commented Mar 17, 2026

Warning

Rate limit exceeded

@j9t has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 10 minutes and 32 seconds before requesting another review.

⌛ How to resolve this issue?

After the wait time has elapsed, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout.

Please see our FAQ for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: ASSERTIVE

Plan: Pro

Run ID: 808fc1db-b05d-4fca-adcd-16657f0ffcb4

📥 Commits

Reviewing files that changed from the base of the PR and between af76587 and cb42468.

⛔ Files ignored due to path filters (1)
  • package-lock.json is excluded by !**/package-lock.json
📒 Files selected for processing (2)
  • eslint.config.js
  • package.json
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch improve/add-eslint
📝 Coding Plan
  • Generate coding plan for human review comments

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.

@socket-security
Copy link

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedglobals@​17.4.01001008694100
Addedeslint@​10.0.38910010096100
Added@​eslint/​js@​10.0.110010010094100

View full report

Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

Adds an ESLint-based linting setup to the Node.js CLI project to standardize code quality checks during development.

Changes:

  • Add ESLint + related dev dependencies (eslint, @eslint/js, globals)
  • Add lint / lint:fix npm scripts
  • Introduce eslint.config.js using ESLint’s flat config format

Reviewed changes

Copilot reviewed 2 out of 3 changed files in this pull request and generated 1 comment.

File Description
package.json Adds lint scripts and ESLint devDependencies; bumps package version to 1.9.8
package-lock.json Adds resolved ESLint dependency tree (but currently keeps root version at 1.9.7)
eslint.config.js New ESLint flat config enabling recommended rules and Node globals

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@j9t j9t merged commit 3a73eb2 into main Mar 17, 2026
12 checks passed
@j9t j9t deleted the improve/add-eslint branch March 17, 2026 11:02
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.

2 participants