webhintio / webhint-ado-extension

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

Double check that we really need to create a `.hintrc` file #10

Closed molant closed 5 years ago

molant commented 5 years ago

The current code creates a .hintrc file if none is found that extends from web-recommended. The default one already does this so we can probably avoid this step. The user will get the output that a default configuration hasn't been found but I think we want them to "investigate" a bit how to tweak it to what they need.