Skip to content

fix: migrate lint script to ESLint CLI - #46

Open
zubairz4far wants to merge 1 commit into
StellarTips:mainfrom
zubairz4far:fix/13-eslint-cli
Open

fix: migrate lint script to ESLint CLI#46
zubairz4far wants to merge 1 commit into
StellarTips:mainfrom
zubairz4far:fix/13-eslint-cli

Conversation

@zubairz4far

Copy link
Copy Markdown

Fixes #13

Replaces the deprecated next lint command with eslint ., using the project's existing flat ESLint configuration. No lint rules or dependencies are changed.

README already documents npm run lint generically as “Run ESLint,” so no documentation update is required.

Verification is handled by the existing PR CI: lint, typecheck, tests, and build.

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.

Migrate the lint script off the deprecated next lint command

1 participant