Open ptitgraig opened 9 years ago
Hello. First thanks for this plugin.
Glad this tern plugin can help you.
I'd like to know if that would be easy to add support for .eslintignore or eslintignore.json file.
I will study that.
Since javascript project often includes node_modules folder, we don't need to actually lint files in it.
If you are using tern.java 1.0.0, you will able to exclude files/folders with JSDT Install Path. Validation should ignore folders/files that you exclude.
+1 for that feature request.
Hello. First thanks for this plugin.
I'd like to know if that would be easy to add support for
.eslintignore
oreslintignore.json
file. Since javascript project often includesnode_modules
folder, we don't need to actually lint files in it.Regards