-
Notifications
You must be signed in to change notification settings - Fork 52
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
latest ESLint support. #459
Comments
Any updates on this, or a proper strategy to update the rules based on latest npm pull of eslint rules? |
Hello I'm not sure @angelozerr has time to work on this. Instead, you can have a try https://github.com/mickaelistria/eclipse-bluesky |
Indeed I have not time to continue to support tern.java, but I think the future of Eclipse IDE is https://github.com/mickaelistria/eclipse-bluesky based on Language Server Protocol. This project provides a fantastic completion, validation etc for JavaScript/TypeScript (same feature than VSCode) and you should manage your lint with tslint (which should work with JS too). I had create a TypeScript plugin for that https://github.com/angelozerr/tslint-language-service but Microsoft guys are creating a new project for that. It seems too that it exists an eslint Language Server, see eclipse-wildwebdeveloper/wildwebdeveloper#49 but I need to study it. Thanks @jabby for your comment.! |
Hi.
I converted my project to 'tern', made .eslintrc.json config file and Everything worked fine.
But the problem is this module doesn't handle some eslint rules.
( ex. func-call-spacing )
With this rule, eclipse gives me an error - [ESLint]: Definition for rule 'func-call-spacing' was not found.
Is this module doesn't support latest ESLint rules?
or did I miss something?
Please give me some advice.
Thanks.
The text was updated successfully, but these errors were encountered: