-
-
Notifications
You must be signed in to change notification settings - Fork 384
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
feat: add config attribute extends #489
base: beta
Are you sure you want to change the base?
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 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. |
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? |
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. |
Still think this is very desirable, shouldn't be closed and get |
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. |
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