Skip to content

chore: add ESLint with @typescript-eslint configuration#23

Open
czirker wants to merge 1 commit intomasterfrom
feat/ES-2709-add-eslint
Open

chore: add ESLint with @typescript-eslint configuration#23
czirker wants to merge 1 commit intomasterfrom
feat/ES-2709-add-eslint

Conversation

@czirker
Copy link
Contributor

@czirker czirker commented Mar 4, 2026

Summary

  • Adds ESLint 8.x with @typescript-eslint parser and recommended rules
  • Adds lint script to package.json (npm run lint)
  • Initial baseline: 174 lint issues (informational, not blocking)

Task Reference

Changes Made

  • Added .eslintrc.json with recommended TypeScript rules
  • Added eslint, @typescript-eslint/parser, @typescript-eslint/eslint-plugin to devDependencies
  • Added lint script to package.json

Note

Per policy, lint errors are non-blocking and serve as a baseline for incremental improvement.

Checklist

  • ESLint configured with @typescript-eslint
  • Lint script works (npm run lint)
  • Initial lint errors documented (174 problems)

Made with Cursor


Note

Low Risk
Low risk: tooling-only changes (lint config + devDependencies) with no runtime or library code modifications.

Overview
Adds a new ESLint baseline for the TypeScript codebase via .eslintrc.json (using @typescript-eslint recommended rules, with a few relaxations like allowing any and warning on unused vars).

Updates package.json to include a lint script (eslint . --ext .ts) and adds eslint/@typescript-eslint/* as dev dependencies; bumps the package version and refreshes package-lock.json to capture the new tooling tree.

Written by Cursor Bugbot for commit 24e1c23. This will update automatically on new commits. Configure here.

Adds ESLint 8.x with @typescript-eslint parser and recommended rules.
Adds lint script to package.json. Initial baseline: 174 lint issues
(informational, not blocking).

Task: ES-2709
Made-with: Cursor
@ch-snyk-sa
Copy link

ch-snyk-sa commented Mar 4, 2026

Snyk checks have passed. No issues have been found so far.

Status Scanner Critical High Medium Low Total (0)
Open Source Security 0 0 0 0 0 issues
Licenses 0 0 0 0 0 issues
Code Security 0 0 0 0 0 issues

💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse.

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