Skip to content

chore(eslint): align with api baseline - #33

Merged
marcusolsson merged 1 commit into
mainfrom
chore/eslint-baseline
May 31, 2026
Merged

chore(eslint): align with api baseline#33
marcusolsson merged 1 commit into
mainfrom
chore/eslint-baseline

Conversation

@marcusolsson

Copy link
Copy Markdown
Contributor

Summary

Aligns ESLint configuration with the api baseline.

Changes

# Change Motivation
1 Add eslint-config-prettier to eslint.config.js Was in devDeps but never imported/used. Prevents ESLint/Prettier rule conflicts.
2 Standardize lint scripts: drop --ext .ts,.tsx Flat config handles extensions via files arrays. Legacy flag unnecessary.

Verification

npm run lint      # 0 errors
npm run typecheck # passes

Risk

Very low. No dependency changes, no rule changes, no runtime impact.

- Add eslint-config-prettier to eslint.config.js (was in devDeps but unused)
- Standardize lint scripts: drop legacy --ext flag
@marcusolsson
marcusolsson merged commit a2a7220 into main May 31, 2026
1 check passed
@marcusolsson
marcusolsson deleted the chore/eslint-baseline branch May 31, 2026 14:08
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.

1 participant