-
Notifications
You must be signed in to change notification settings - Fork 6
💡 scaffold .vscode/settings.json
with checkJS
enabled when creating repository
#15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
How about we add // @ts-check to the first line of the I also wonder if we should run the |
I can give it a try but... this would leave responsibility to developers adding on each js file they create this comment and, with |
yes, but that way we don't force yet another file on people, and they can enable / disable it as they like. Also not everyone is using VS Code, I don't want to add editor-specific settings. The alternative would be to add |
Yes, you are right: Tried in |
Yes, let's add it to the |
yeah let's close 👍🏼 |
.vscode/settings.json
Do you think it could be intereting for users? Maybe making it optional under a
prompt({type: "confirm"})
?The text was updated successfully, but these errors were encountered: