-
-
Notifications
You must be signed in to change notification settings - Fork 161
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
Inconsistent versions of Eslint and typescript plugin #287
Comments
Don't use tslint on this project. Don't use typescript-eslint or whatever that is. The regular In
(Turn off for example, in my settings I have:
and then via the UI I have turned on autofixing. |
The question is about the I admit, I've already worked with TS and now am looking for improvements, not for start. So, of course, I could remove Moreover, I've just checked it - even if I remove
Is that normal? If you think so, I'll follow, of course. |
Just a heads up: you need to run
No, you should not remove this.
Yes, but we'll update the dependencies soon, so this will go away 👍 👍 😄 |
* Update dependencies Fixes #287 * Sync the configuration * Update package.track.json * Use object (new style for the rule)
I've just updated my previously completed exercises, according to the notification on the Exercism page, and suddenly run into a problem.
I'm using Visual Studio Code, and I've tried to make use of the TSLint plugin to catch linting errors on-the-fly. Now, as TSLint seems to be deprecated, I've migrated to ESLint, according to the new package.json (PR #276). But:
yarn
, it warned of incorrect peer dependency.It seems that providing eslint 6.x together with typescript-eslint 1.x doesn't make any sense. I've tried both eslint 5.x + typescript-eslint 1.x and eslint 6.x + typescript-eslint 2.x, and both combinations worked fine.
Shouldn't we fix this? If we should, that what pair is to be preferred?
The text was updated successfully, but these errors were encountered: