Skip to content

Recommend ESLint IDE integration for lint workflow - #2843

Merged
jasontaylordev merged 1 commit into
masterfrom
docs/lint-workflow-guidance
Mar 29, 2026
Merged

Recommend ESLint IDE integration for lint workflow#2843
jasontaylordev merged 1 commit into
masterfrom
docs/lint-workflow-guidance

Conversation

@jasontaylordev

Copy link
Copy Markdown
Contributor

Updates documentation to recommend ESLint IDE integration (Option 1) for catching lint errors during development.

Why ESLint IDE integration is recommended:
The ESLint extension provides comprehensive coverage of all lint rules directly in the editor - you see errors as red squiggles as you type, before you even save. This includes not just formatting issues (which Prettier handles) but also code quality rules, unused variables, type issues, and Vue-specific rules that Prettier doesn't cover.

Changes:

  • Swapped VSCode extension options to recommend ESLint over Prettier-only
  • Updated README lint script description to reference IDE setup docs

Context:
Related to #2832 - addresses feedback about lint visibility in local development after removing ESLint from vite-plugin-checker (which doesn't yet support ESLint v10).

@github-actions

Copy link
Copy Markdown

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions Bot added the stale label Mar 27, 2026
@github-actions github-actions Bot removed the stale label Mar 28, 2026
@jasontaylordev
jasontaylordev merged commit 6245324 into master Mar 29, 2026
5 checks passed
@jasontaylordev
jasontaylordev deleted the docs/lint-workflow-guidance branch March 29, 2026 21:56
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