-
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
How to use my made eslint.json file for validation instead of default eslint.json file using eclipse #417
Comments
Thanks, @angelozerr |
The only trace that you could have is that you enable Tern Console (see Tern / Developement) project properties, but you will hav etrace too for completion, hover etc. Perhaps you should execute eslint with line command to hav eonly eslint errors. |
@angelozerr how to do with command line?? |
http://eslint.org/docs/user-guide/command-line-interface
It's out the scope of tern.java, I have no time to help you for that, please read the eslint doc http://eslint.org/docs/user-guide/command-line-interface |
I want to use my made eslint config file instead of default eslint file for javascript validation in my tern protractor project. Can you please help me out how to use my config file instead of default eslint in eclipse for validation.
The text was updated successfully, but these errors were encountered: