-
Notifications
You must be signed in to change notification settings - Fork 300
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
Migrate to ESLint #62
Comments
How do we distinguish 'old' code from 'new' code in the linter? |
Oh and why is ES Lint superior? TS Lint seems pretty good so far. |
This explains the why: |
This file contains list of old files https://github.com/microsoft/vscode-jupyter/blob/main/.eslintignore |
Closed
Merged
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
We should start using ESLint for all of the new code & just deprecate TS Lint.
Here's my proposal:
any
usages.Note:
strict
typescript. We started this at least 6months before we decided to update the remainder of the code base.The text was updated successfully, but these errors were encountered: