webhintio / webhint-ado-extension

ADO extension to run webhint in your pipeline
Apache License 2.0
4 stars 4 forks source link

Try to use local version of hint instead of global one #9

Closed molant closed 5 years ago

molant commented 5 years ago

Right now the extension seems to be looking for the global installation. We should check if the project already has one installed as a devDependency and if so, use it.

We could look into the package.json of the project, or inside node_modules/bin or something similar