Skip to content

chore: add root ESLint config - #175

Open
MurzNN wants to merge 1 commit into
buildnbuzz:mainfrom
Murz-forks:chore/add-eslint-config
Open

chore: add root ESLint config#175
MurzNN wants to merge 1 commit into
buildnbuzz:mainfrom
Murz-forks:chore/add-eslint-config

Conversation

@MurzNN

@MurzNN MurzNN commented Jun 23, 2026

Copy link
Copy Markdown

Description

Adds a root-level ESLint flat config so lint checks run without manual setup. This unblocks CI and local workflows that expect ESLint to be configured out of the box.

Key Changes

Core (form-core)

  • N/A

React Adapter (form-react)

  • N/A

Docs / Web (apps/web)

  • N/A

Other

  • Add eslint.config.js with flat config for **/*.js and **/*.{ts,tsx} using @eslint/js and typescript-eslint recommended presets
  • Set unused-variable rules to warn for both JS and TypeScript
  • Add @eslint/js and typescript-eslint as root dev dependencies

Type of change

  • feat (New feature)
  • fix (Bug fix)
  • docs (Documentation changes)
  • refactor (Refactoring code without changing behavior)
  • test (Adding or updating tests)
  • chore (Maintenance, CI/CD, or Ops-related changes)

Related Issues

Test plan

  • Run pnpm lint from the repo root and confirm ESLint runs without extra config
  • Verify CI lint step passes with the new config

Made with Cursor

@vercel

vercel Bot commented Jun 23, 2026

Copy link
Copy Markdown

@MurzNN is attempting to deploy a commit to the ladparth Team on Vercel.

A member of the Team first needs to authorize it.

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.

[BUG] Tests fail on the latest Node.js versions 25, 26

1 participant