-
-
Notifications
You must be signed in to change notification settings - Fork 387
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use cosmiconfig for configuration loading #126
Comments
Can you show the feature of cosmiconfig? |
Their docs are very easy to grasp, but basically it does this:
It supports And:
|
I don't see it is very necessary to use cosmiconfig. |
It's more a suggestion to greatly improve dev/user experience imo, no necessity in the first place. |
👍 on that, rather than spreading my configurations on 1000 files I prefer to have everything in a single place: package.json, this way I have JS dependencies, eslint and styleling rules, The only thing missing right now is htmlhint 😞 |
Indeed. cosmiconfig supports using your preferred method. |
+1. 1. SummaryIt would be nice, if HTMLHint will support YAML configuration files. 2. ArgumentationJSON — is not a good idea for user-editing files. Main reason — user can't write comments, why he uses those or other options. Another arguments: Also, look at related issue. Thanks. |
To add my two cents, I prefer |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
The problem still exists. Thanks. |
I will work on this after #279 |
我坚持我的看法。 |
Would be awesome if
HTMLHint
used cosmiconfig for loading the configuration.The text was updated successfully, but these errors were encountered: