Open
Description
I have a strange behavior with the CLI and configuration file.
I have a .htmlhintrc
file at the root of my project.
When I run htmlhint src
, it finds the config file and correctly lint my html files, but when I run htmlhint src/**/*.html
I have an error saying that the configuration is not found?