Pretty Diff has only 1 dependency, JSLint, which is only used during the unit test build. Currently Pretty Diff is automatically getting and updating this dependency as a git submodule, which is really unstable cross OS in a distributed manner. JSLint will be served as a biddle publication.
The owner/maintainer of JSLint confirmed via email that he will only support projects that are fully ES6 compliant. While Pretty Diff and biddle interpret all manners of JavaScript without issue they are not written using only the most modern conventions. I am not sure, but I think this is the conflict with JSLint formally publishing via biddle.
As a result I will publish JSLint with biddle myself and serve it from my own domain. This is issue is blocked biddle issue prettydiff/biddle#34 as biddle also uses JSLint in its validation build.
Pretty Diff has only 1 dependency, JSLint, which is only used during the unit test build. Currently Pretty Diff is automatically getting and updating this dependency as a git submodule, which is really unstable cross OS in a distributed manner. JSLint will be served as a biddle publication.
The owner/maintainer of JSLint confirmed via email that he will only support projects that are fully ES6 compliant. While Pretty Diff and biddle interpret all manners of JavaScript without issue they are not written using only the most modern conventions. I am not sure, but I think this is the conflict with JSLint formally publishing via biddle.
As a result I will publish JSLint with biddle myself and serve it from my own domain. This is issue is blocked biddle issue prettydiff/biddle#34 as biddle also uses JSLint in its validation build.