-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
next v9 typescript dev experience - thoughts #7848
Comments
Similar thoughts in #7687. I wish we could simply disable TypeScript linting during dev and build without having to apply a hacky workaround. |
This doesn't follow the issue template 😢 |
Agreed. I, as I'm sure most people do, already have linting on my editor and it would be nice to either disable completely or removing the strictness. |
It kind of breaks the development flow for me . While I'm working on something, I don't need 100% strict type checking all the time, often I don't care about implicit any types and things like that until I've fully understood the problem and solution of the particular thing I'm working on. Imagine a linter preventing you from running your code because you didn't put a semicolon. |
Closing in favor of #8331, someone can feel free to implement this feature! |
This issue has been automatically locked due to no recent activity. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
a few observations.
IMO, just remove the linter completely and let users run it independently
update:
create a new issue here #7908
corresponding repo
update: https://github.com/jeremy-coleman/next-tsc-proposal/tree/gulp
going to close this, to focus on a solution
The text was updated successfully, but these errors were encountered: