-
Notifications
You must be signed in to change notification settings - Fork 403
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
Change bannerComment
property to use ESLint, since TSLint has been deprecated for quite a bit
#380
Comments
This is a need. I'm on a project that uses eslint and each time that I generate a new schema I have to modify by hand the banner. Feels quite bad, especially having a comment just below that tolds you DO NOT MODIFY IT BY HAND |
For the start there could also be both |
PRs welcome to add ESLint suppression in addition to the existing TSLint suppression. |
Can we do away with TSLint altogether, please? TSLint's been deprecated since 2019 and hasn't received any updates for security fixes or new TypeScript syntax in years. A lot of folks get confused about the difference in terminology with tslint vs. lint vs. eslint. |
Thank you for this wonderful project, @bcherny!
Since TSLint was deprecated in 2019, I wonder if it would make sense to update the
bannerComment
property's default to useeslint-disable
instead oftslint:disable
.The text was updated successfully, but these errors were encountered: