Skip to content

fix: make eslint toolchain format script run checks#362

Merged
tannerlinsley merged 1 commit intomainfrom
fix/eslint-format-script-check-mode
Feb 13, 2026
Merged

fix: make eslint toolchain format script run checks#362
tannerlinsley merged 1 commit intomainfrom
fix/eslint-format-script-check-mode

Conversation

@tannerlinsley
Copy link
Member

Summary

  • update React and Solid eslint toolchain format scripts from bare prettier to prettier --check .
  • keep check script behavior as full write+fix

Why

  • bare prettier only prints help and does not format/check project files
  • generated apps should have a working format script out of the box

Fixes #267

@tannerlinsley tannerlinsley merged commit 4b4d881 into main Feb 13, 2026
2 checks passed
@tannerlinsley tannerlinsley deleted the fix/eslint-format-script-check-mode branch February 13, 2026 05:49
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.

npm format not working out of the box with eslint toolchain

1 participant