Which project does this relate to?
Create Tanstack App
Describe the bug
npm run format won't format nor check any code.
Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
- Run
npx create-tsrouter-app@latest --interactive
- Choose
router: File router, tailwind: yes, toolchain: eslint
- In the project created,
"format": "prettier", which won't format nor check any code
Expected behavior
The script should work in some way.
(Change to prettier --write .? Or correct setting in prettier.config.js maybe? I'm not familar with one)
Screenshots or Videos
No response
Platform
- OS: macOS
- Version: create-tsrouter-app v0.44.0
Additional context
No response
Which project does this relate to?
Create Tanstack App
Describe the bug
npm run formatwon't format nor check any code.Your Example Website or App
N/A
Steps to Reproduce the Bug or Issue
npx create-tsrouter-app@latest --interactiverouter: File router,tailwind: yes,toolchain: eslint"format": "prettier", which won't format nor check any codeExpected behavior
The script should work in some way.
(Change to
prettier --write .? Or correct setting in prettier.config.js maybe? I'm not familar with one)Screenshots or Videos
No response
Platform
Additional context
No response