Make wizard suggest adding lint
script if there is none
#672
Labels
enhancement
New feature or request
lint
script if there is none
#672
Clear and concise description of the problem
I often init
bunx @antfu/eslint-config@latest
for new experimental packages and always have to add"lint": "eslint --fix --cache"
script manuallySuggested solution
Add
"lint": "eslint --fix --cache"
script with sensible defaults on initoptionally asking the user if they want to add it
or at the very least remind user its missing
Alternative
No response
Additional context
No response
Validations
The text was updated successfully, but these errors were encountered: