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.
The current code creates a
.hintrc
file if none is found that extends fromweb-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.