You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After crearting a .hintrc using npm create hintrc neither npx hint or installing a local hint and running via npm webhint honours the configuration. Specifying -c .hintrc also does not seem to use the .hintrc.
Details
webhint:v6.1.4
Windows 10
.hintrc:
{
"extends": [
"web-recommended"
]
}
>dir .hintrc
Directory of C:\wwwroot\kms
20/10/2021 04:23 PM 52 .hintrc
>npm run webhint -- -c .hintrc google.com.au
> [email protected] webhint C:\wwwroot\kms
> hint "-c" ".hintrc" "google.com.au"
Using the built-in configuration.
The text was updated successfully, but these errors were encountered:
I can confirm I appear to be seeing the same behavior. This feels more like a regression (though if it is it's been there awhile). I'm still digging in to see if I can figure out what's up.
@Mark-Hetherington I think this may have been related to #4837 as I no longer repro with the most recent webhint update. Can you confirm this appears to be fixed for you as well?
🐞 Bug report
Description
After crearting a
.hintrc
usingnpm create hintrc
neithernpx hint
or installing a local hint and running vianpm webhint
honours the configuration. Specifying-c .hintrc
also does not seem to use the.hintrc
.Details
webhint:v6.1.4
Windows 10
.hintrc:
The text was updated successfully, but these errors were encountered: