Skip to content
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

Closed
Saurabh06 opened this issue May 2, 2016 · 5 comments

Comments

@Saurabh06
Copy link

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.

@angelozerr
Copy link
Owner

@Saurabh06
Copy link
Author

Thanks, @angelozerr
And can you help me out how to export all error generated through eslint during validation in eclipse in some file

@angelozerr
Copy link
Owner

And can you help me out how to export all error generated through eslint during validation in eclipse in some file

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.

@Saurabh06
Copy link
Author

@angelozerr how to do with command line??
Can you help me for setup and installation of eslint for validate my javascript project.

@angelozerr
Copy link
Owner

angelozerr commented May 4, 2016

how to do with command line??

http://eslint.org/docs/user-guide/command-line-interface

Can you help me for setup and installation of eslint for validate my javascript project.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants