Skip to content

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

Closed
marcusolsson wants to merge 2 commits into
mainfrom
chore/eslint-baseline
Closed

chore(eslint): align with api baseline#32
marcusolsson wants to merge 2 commits 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

Copy link
Copy Markdown
Contributor Author

Closing to recreate from clean origin/main. Superseded by new PR.

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