We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
now that if i want to add one specific type enum, i have to copy the whole old type-enum configuration.
if there is a type-enum-extra, i can just add some extra without inpacting old type-enum, like this:
type-enum-extra
'type-enum-extra': ['cleanup']
wouldn't that be easier?
thanks a bunch
No response
The text was updated successfully, but these errors were encountered:
Maybe you can try spreading the defaults and add yours? Not sure if that's possible but could work.
Sorry, something went wrong.
No branches or pull requests
Expected Behavior
now that if i want to add one specific type enum, i have to copy the whole old type-enum configuration.
if there is a
type-enum-extra
, i can just add some extra without inpacting old type-enum, like this:wouldn't that be easier?
thanks a bunch
Current Behavior
No response
Affected packages
Possible Solution
No response
Context
No response
The text was updated successfully, but these errors were encountered: