-
-
Notifications
You must be signed in to change notification settings - Fork 400
feat: add config attribute extends #489
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
Conversation
@thedaviddias Ready for review! 🎉 At first, you can only focus on changes to the source files We are getting closer to the release of version 1.0.0 😃 |
49f3549
to
59d55ca
Compare
598f5c6
to
e459672
Compare
BREAKING CHANGE: Rules have a new structure
BREAKING CHANGE: Rules have a new structure
59d55ca
to
a763b2e
Compare
This was automatically closed without conclusion; extendable configuration is still desirable imho. |
Codecov Report
@@ Coverage Diff @@
## beta #489 +/- ##
===========================
===========================
Continue to review full report at Codecov.
|
Configuration merge is still not available? |
No news on this? This is a must-have feature in every linter imho. |
Any update on this PR? It would be really helpful when this functionality lands in HTMLHint. |
Are there any chances that this feature will be implemented to HTMLHint? Thanks. |
thanks for all your contributions @Shinigami92 This PR was made 5 years ago and going to the Beta branch which we no longer use, and the codebase has changed a lot since then so I think it makes sense to close this for now... We want to change all the recommended rules, but that can't/won't be done until a major new version (v2) and there's lots to be done before that... |
Short description of what this resolves:
We want to support a extendable configuration file
So we introduce a new configuration attribute
extends
that behave like eslint'sextends
Proposed changes:
extends
in configurationTasks:
config
through toverify
recommended
ruleset