Skip to content

Recommend ESLint IDE integration for lint workflow#2843

Open
jasontaylordev wants to merge 1 commit intomasterfrom
docs/lint-workflow-guidance
Open

Recommend ESLint IDE integration for lint workflow#2843
jasontaylordev wants to merge 1 commit intomasterfrom
docs/lint-workflow-guidance

Conversation

@jasontaylordev
Copy link
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).

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