angelozerr / tern.java

Use tern.js in Java context
http://ternjs.net/
Other
249 stars 52 forks source link

[ESLint] .eslintignore file is ignored #438

Open cloudyafternoon opened 8 years ago

cloudyafternoon commented 8 years ago

Usually, you use the file .eslintignore in any directory and specify paths (one per line) in it that ESLint should ignore. However, ESLint in tern ignores all of my .eslintignore files, that I use e.g. to exclude external libs.

angelozerr commented 8 years ago

tern.java uses today JSDT Include Path or tern script path. I have though about your idea, but not find time to implement it.